Hi Friends,
I wrote a job in AX for writing a text file with fixed field width. I need to read the file using the other application. Seems the text file is binary. I assume because of this the other application is not able to read. Below is the piece of code I wrote:
TextIo f = new TextIo(@"D:\AX\input.txt", 'w');
Am I going wrong somewhere?
Thanks,
Aarvi.
*This post is locked for comments
I have the same question (0)