VB6 - Read in string including nulls? - TechRepublic
General discussion
April 16, 2003 at 08:14 AM
wessir

VB6 – Read in string including nulls?

by wessir . Updated 23 years, 1 month ago

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?

This discussion is locked

All Comments