When I write a fixed length string to a text file (using a user defined type) I sometimes do not have all variables populated. In the LSET derived string that I then write to file any UDT variables not populated will be full of Null characters (ascii-0).
My question is this:
Does VB write the characters as a Null or a space (ascii-32)? When I read the string FROM the text file into a variable the Null characters are substituted with strings.
Thanks,
Oliver
My question is this:
Does VB write the characters as a Null or a space (ascii-32)? When I read the string FROM the text file into a variable the Null characters are substituted with strings.
Thanks,
Oliver