Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am building an ascii data stream and writing it out to a text file.
Each line of text needs to be terminated with the null character which I am appending to within the ACL via :
text_line=string . chr(0);
When I open the text file in Notepad++, and view symbols it is not displaying the NUL symbol; Other ascii symbols appear ok.
Am I using the correct ACL syntax ? Do I need to provide an extra parameter when writing out to the file ?
Regards,
Andy