G
Gibson
I have a control in a table that I want to puts is value into a string
variable for testing purposes. The data type of the table control is Text
so sometimes it is null. If I try to load the null value into the String
variable I get the dreaded Invalid Use of Null error. Is there a way to put
the null value into a string variable?
variable for testing purposes. The data type of the table control is Text
so sometimes it is null. If I try to load the null value into the String
variable I get the dreaded Invalid Use of Null error. Is there a way to put
the null value into a string variable?