Sounds like you want to pad a field with spaces.
Here's an example:
{table.field}+repeatstring(" ",20-len({table.field}))
Replace 20 with the length you want for the field.
Numerics and dates will need to be converted using totext(), but the same theory applies.
-k