Hello,
I just want to ask questions regarding reading file.
I have declared this variable “ReadFile” with datatype “file”. And I set WRITEMODE AND TEXTMODE properties as TRUE. Would the output will still include the null characters in the file? If yes, How can I easily detect if there is a null character in the file?
Thanks in advance.