ok....so if i read in line by line, when i get to the line i want, eg
'DATASOURCE = ot2 7001'
how do i check that the line contains DATASOURCE and if it does save the first variable that comes after the = sign, for example in the above i would want to store ot2....i know how to do this in...