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