I’m trying to convert a mainframe created file to a text file – removing the escape sequences. One escape sequence uses the null (hex 00) but when I read into a variable with Line Input the null character is lost. What method can I use to retain the null so I can look for it and replace it?