Hi,
Can you help me come up with a code or routine that will check if the string has in-between spaces or space(s) in front?
Example:
Input PIC X(12)
The following case is considered INVALID:
1. ' Testing '
2. ' Testing '
2. 'T esting '
3. 'Te sting '
4. 'Testin g'
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.