|
|
| Author |
Message |
padmavathi
New User
Joined: 25 Mar 2008 Posts: 6 Location: chennai
|
|
|
|
hi
i need to display my string right aligned
for ex: if my string is "welcome "
i have to display it as " welcome" |
|
| Back to top |
|
 |
References
|
Posted: Thu May 08, 2008 1:24 pm Post subject: Re: How can i display my string with justified right |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1050 Location: germany
|
|
|
|
according to the documentation (i know, hard to find and nearly impossible to decipher) the following data definition will provide what you need:
lv-num ref-name pic x(??) justified right.
move <your-string> to ref-name |
|
| Back to top |
|
 |
padmavathi
New User
Joined: 25 Mar 2008 Posts: 6 Location: chennai
|
|
|
|
| thank you |
|
| Back to top |
|
 |
|
|