You can use the DataSockets VIs to perform what you want. The key is to use the expression [text].
If you go to my website VI Security.com and check the Products & Tools section, there is a download called VIs for random.org. Check the VI called "Check Buffer (random.org).vi". If you type the URL of your .txt file you can then extract the numbers.
Hi Tom, What do you want to extract from the text file?? I wanted to extract an IP address from a pearl script from my FTP server and this was the vi that I used .I dont know if you are trying to do the same? Here is the vi.It is in LV 7.1 Hope its helps . Good luck. ohiofudu.
Thanks for answering The web page is full of txt files that I can download manually very easy. The files are full of measurement data which I want to process.
The VI you have attach is version 7.1 and I have 7
Here is the VI. If it doesn't come through, all you need is a Datasocket read, and the url is http://(your url)[text] The text portion being the key. I then just sent the response throught the spreadsheet string to array function.