Howdy,
I'm rewriting an application, currently it reads a one column text file and takes the value of the value read in the first column and we to a typetext() function to it. Now we need to take a new text file and loop through it, but this time with two columns:
COLA COLB
123456789 99999
I need to know how to read two columns, hold it in memory and do a typetext for both...
Any help is appreciated.
I'm rewriting an application, currently it reads a one column text file and takes the value of the value read in the first column and we to a typetext() function to it. Now we need to take a new text file and loop through it, but this time with two columns:
COLA COLB
123456789 99999
I need to know how to read two columns, hold it in memory and do a typetext for both...
Any help is appreciated.