Hi Michel,
If you want to do it inside the Expression Editor, this will work:
stringleft(<columnvalue> & Local.PadString, Local.ColumnWidth)
Where <columnvalue> is the string you want to pad out to the ColumnWidth length using the PadString.
You can left-pad the value to a fixed length in a similar manner using stringpart() .
Regards, Steve