i have script that outputs some text and some variables
msg #chan text %var1 %var2 %var etc
all varables changes for almost every line of output so it all looks kinda crappy and i would like to set it so i would have defind numbers of spaces before next variable
%var1 should have 7 chars
%var2 should have 10 chars
%var3 should have 5
so i would get on chan like this

text lala1__la2______lalala3
text la1___lalalal2___lala3
text lalal1_lalala2____la3

etc i replaced space with _ here

tnx smile