T
tshad
I can't seem to find anywhere how to set a null value (default) to a char
variable.
I know you typically set a char as:
Dim temp as Char = "a"
But how do you set it to binary 0 (null).
In C# it would be:
char temp = '\0'
Thanks,
Tom
variable.
I know you typically set a char as:
Dim temp as Char = "a"
But how do you set it to binary 0 (null).
In C# it would be:
char temp = '\0'
Thanks,
Tom