You could break it up into an array (with space acting as a separator) - there's probably a function to do this. Then, you simply look up a word from that array (based on position) and save them as variables.
ASP.NET and PHP both have a similar purpose in offering server-side programming. The differences are:
* ASP.NET is more expensive becuase it runs on IIS, whilst PHP runs on Linux which is free
* More web hosts offer PHP
* I've heard that PHP runs faster (though I'm not 100% sure if this is...
I want to be able to read the html from a web page, and then save the html in a text file.
Could someone help me, i.e. do you know a method how to do this, and also are there any C++/C# libraries that are useful for transferring data from web.
Thanks!
or VBA) for getting web data? I'm creating a financial application where I have to parse data from the web...
1. Initially, I used Web Query (with VBA) in Excel becuase it was simple. But it runs too slow (because I needed to download approx 10 tables from Yahoo Finance web pages).
2. So, now...