C
CPK
Is there a function to tell me the position of ANY alpha character in a
String ?
"123456A555"
I would expect 7 to be returned.
What I really need is a way to strip everything to the left of the A, but
the Alpha character can be A to Z and I don't want to write 26
Instr([field],Letter) If thens.
"1234B777" I need "1234"
"1234567X88" I need "1234567" etc.
thanks
String ?
"123456A555"
I would expect 7 to be returned.
What I really need is a way to strip everything to the left of the A, but
the Alpha character can be A to Z and I don't want to write 26
Instr([field],Letter) If thens.
"1234B777" I need "1234"
"1234567X88" I need "1234567" etc.
thanks