 |
DgateTam Newbie
Joined: 27 Nov 2002 Posts: 5 Location: USA
|
Posted: Sun Dec 15, 2002 2:45 pm
%format question |
When using %format to output strings in zMUD 6.16, is there a way to get them to justify left? All they seem to do when I use:
%format( "&15s", @btname) is justify to the right. |
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sun Dec 15, 2002 2:51 pm |
Use a - in front of the field width:
%format("&-15s", @btname)
Kjata |
|
|
 |
DgateTam Newbie
Joined: 27 Nov 2002 Posts: 5 Location: USA
|
Posted: Sun Dec 15, 2002 2:54 pm |
Thank you Kjata. I appreciate the assist on that :)
Happy Holidays to all the zMUD Gurus out there! |
|
|
 |
|
|