i have a text file with many urls
www.example1.com
www.example2.com
www.example3.com
www.example4.com
How would i go about iterating through it, and parsing each url into an array instance..
i.e.
array[0]
array[1]
array[2]
array[3]
thanks guys