Thank you for your fast reply.
wrote: So a format code of %-16s would take any string up to 16 characters. Any missing characters would be filled with spaces. So "Force" would be followed by 11 spaces.
I implemented this. I know the maximum possible digits for each parameter. Using this method I am able to reserve for every parameter the maximum needed space.
Thanks!