Sorry about this really simple question but I've had a brain freeze:
I'm creating a txt file for a report and the records must be a certain legnth.
ex contract number must be 7 characters.
totext({contractnumber}, "0000000"
works like a charm.
How do I do the same thing for a string?
i.e. the [name] record must be 15 characters long no matter the legnth of the name.
totext doesn't work because it is already a string.
Thanks for the help.
I'm creating a txt file for a report and the records must be a certain legnth.
ex contract number must be 7 characters.
totext({contractnumber}, "0000000"
works like a charm.
How do I do the same thing for a string?
i.e. the [name] record must be 15 characters long no matter the legnth of the name.
totext doesn't work because it is already a string.
Thanks for the help.