Skip to Content
0
Former Member
Mar 12, 2007 at 05:49 AM

write blank spaces at the end of string in text file

801 Views

I need to write 2 blank spaces at the end of a string in a text file.

Example : WRITE ' ' TO DATA_TAB-DATEN+71(2).

When i open the text file, the spaces have been truncated.

How to write 2 blank spaces at the end of the string in a text file?