C
Claud Balls
if I read the following into a variable:
010203
020103
030201
could I use something like instr(variable,/n & "02")
to return the position where 02 starts the line?
010203
020103
030201
could I use something like instr(variable,/n & "02")
to return the position where 02 starts the line?