The evaluate function should help. If you evaluate for an integer, the function returns the position of the first wrong character.
with best regards
Jens
ok
actually i want to separate from 1 text become 3 texts
the problem is the integer one, sometimes at 2nd character, sometimes at 3rd character
that's why i need to detect before separate it
Just run through the alphanumeric string with a loop. If you find the integer you exit or you let it run further for the next int.
Hope this helps
Thomas
Comments
The evaluate function should help. If you evaluate for an integer, the function returns the position of the first wrong character.
with best regards
Jens
actually i want to separate from 1 text become 3 texts
the problem is the integer one, sometimes at 2nd character, sometimes at 3rd character
that's why i need to detect before separate it
Hope this helps
Thomas