Dear All,
I have used Progress Editor in QAD MFG/Pro to output something into text file. But the problem is the default format of text file is ANSI, but I need Unicode for this text file.
I am not sure how to do it with progress.
my script like below:
output to value(filename) append.
put "something from database".
output close.
If you have good suggestion, please let me know.
Thank you very much.
Frank
I have used Progress Editor in QAD MFG/Pro to output something into text file. But the problem is the default format of text file is ANSI, but I need Unicode for this text file.
I am not sure how to do it with progress.
my script like below:
output to value(filename) append.
put "something from database".
output close.
If you have good suggestion, please let me know.
Thank you very much.
Frank