Ascii - Ansi
Hello,
I want to put data from a field to a file, but I do not get the correct format.
Example:
OUTPUT TO (filename).
PUT UNFORMATTED STRING(Table.Field).
PUT UNFORMATTED STRING(';').
It works, but the data is in Ascii, I want to have it in Ansi.
Does somebody know a solution to convert the data to ansi format?
Hello,
I want to put data from a field to a file, but I do not get the correct format.
Example:
OUTPUT TO (filename).
PUT UNFORMATTED STRING(Table.Field).
PUT UNFORMATTED STRING(';').
It works, but the data is in Ascii, I want to have it in Ansi.
Does somebody know a solution to convert the data to ansi format?