Hi Guys,
I am transfering data to a file using:
mydata is of type char.
TRANSFER mydata TO myfilename NO END OF LINE.
The problem is that the file contains null characters at the end.
How can I remove these characters before or while transfering the data.
After the transfer I cannot have access to the file anymore. It has to happen before.
Please help.