|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Sun Oct 16, 2005 12:07 am
left justifying with %format() |
Basicly I just want to left justify a string with %format()
something like this
%format("&14s",Webhead)
The above example Right justifies, I want left.... Any help? |
|
_________________ The Seaworthy |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Sun Oct 16, 2005 12:37 am |
%format("&-14s",Webhead)
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|