I'm trying to write a text file as an export spec. Can anyone help me on this:
I need to export exactly 108 Characters.
Left(Format(recs!(Buchungstext), 108)) works fine as long as the text is longer than 108 Characters. When it is shorter, I need to fill out the 108 spaces as blanks, so tha the string is 108 characters.
Thanks so much
Marion
I need to export exactly 108 Characters.
Left(Format(recs!(Buchungstext), 108)) works fine as long as the text is longer than 108 Characters. When it is shorter, I need to fill out the 108 spaces as blanks, so tha the string is 108 characters.
Thanks so much
Marion