In nutshell:
I want the codes to download url .. example, http://mywebsite.com/myfile.txt
and this is easy except :
myfile.txt contains :
FIRSTLINESTRING
SECONDLINESTRING
i want variable a to get line 1 and variable B to get line 2
how can this happen