Hi All,
Is it possible to "GRAB" certain, parts of a string, ie. break a string into two parts.
EXAMPLE. input variable, PIN, which has a length of 10 chars. I would like to break this variable up, into two parts.
* Part 1, holds the first 9 chars
* Part 2, the last char
Thanks very much in advance.
Cheers,
David.
Is it possible to "GRAB" certain, parts of a string, ie. break a string into two parts.
EXAMPLE. input variable, PIN, which has a length of 10 chars. I would like to break this variable up, into two parts.
* Part 1, holds the first 9 chars
* Part 2, the last char
Thanks very much in advance.
Cheers,
David.