Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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