This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

help Lineing up lines ?

Old posts that have not been replied to for several years.
Locked
s
sneep

Post by sneep »

umm ok .. here goes . What I want to do is have the lines match up .. for example
+------------------------------------------+
| NAME | Email | LEVEL |
|sneep |sneep@localhost.com |master |
|DV8 |jajsjs@localhost.com|OWNER |
|j |j@J.com |OP |
+------------------------------------------+

see , as you can see that there are variables and the lengths differ from person to person , is there any way I can standardize it so that all the lines line up ?
D
Darude

Post by Darude »

Use the 'format' tcl function ...
Check the documentation about this function before :smile:
Locked