Hi,
I an trying to assign a variable the value of a number
with a blank space before. In using ksh.
For example:
VAR=" 343"
echo $VAR
343
..
BUT I want to get " 343" with the blank space before
the number
How can i do this?
Manuel
_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger: Comunicación instantánea gratis con tu gente -
http://messenger.yahoo.es
Received on Tue Jun 05 2001 - 16:46:55 NZST