In 2016,
We have DOTNET Variable for the StreamWriter and Text Encoding like below
outFile.CREATE('c:\temp\OutFile.txt');
outFile.CREATEOUTSTREAM(outStream);
streamWriter := streamWriter.StreamWriter(outStream, encoding.Unicode);
streamWriter.WriteLine('Hello World');
streamWriter.Close();
outFile.CLOSE();
But do apply the same in NAV2009?
Please Help....
*This post is locked for comments