Parse an online text file

Hi,

Could someone please explain how I can read a text file online that contains urls and store each of these links into seperate variables?

Thanks for your time :)

Look at the docs for WWW (to get the file), and google MSDN string Split to parse the file. Split will create an array of values, there you go.