2006 Jul 31 9:30 PM
Hi,
i have a variable like this :
DATA l_c type char2.
This variable can receive 1 or 2 characters, for example :
l_c = 'C'.
or
l_c = 'CA'.
In first case, i'd like to have a space at the end like
'C '.
How can i do this please ?
Cheers
2006 Jul 31 9:57 PM
You don't have to do anything. If you move "C" to the field it will have a space at the end because it is a 2 character field.
Regards,
Rich Heilman
2006 Jul 31 9:57 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |