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,
Jerold
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,
Jerold