S
Search
Hi there ,
I have a text file with 1000 lines.
Each line consist exact 128 characters.
the first 2 characters of each line determines wich code I should use :
for example : 21 means code ....
22 means another code.....
What I try to do is ..... to use a if then function....
If (character [1,2]) = 21 then ......
If (character [1,2]) = 22 then ......
If (character [1,2]) = 23 then ......
I simply search the code for determing the string of each first 2 characters
of each line.
Any Help would be appreciated...
Knd Rgds
Gerry
I have a text file with 1000 lines.
Each line consist exact 128 characters.
the first 2 characters of each line determines wich code I should use :
for example : 21 means code ....
22 means another code.....
What I try to do is ..... to use a if then function....
If (character [1,2]) = 21 then ......
If (character [1,2]) = 22 then ......
If (character [1,2]) = 23 then ......
I simply search the code for determing the string of each first 2 characters
of each line.
Any Help would be appreciated...
Knd Rgds
Gerry