Hi,
I'm using a string variable as an error condition check (based on the presence of random alphanumeric characters on a certain part of the screen) and need to set the value back to null or empty before going through a loop again.
But I can't get it to work. Using the Null function as shown in the Help by setting the variable = Null gives a "Can not convert from null to string" compile error. Setting it = "" doesn't work either.
How can I do this?
thanks,
rebie
I'm using a string variable as an error condition check (based on the presence of random alphanumeric characters on a certain part of the screen) and need to set the value back to null or empty before going through a loop again.
But I can't get it to work. Using the Null function as shown in the Help by setting the variable = Null gives a "Can not convert from null to string" compile error. Setting it = "" doesn't work either.
How can I do this?
thanks,
rebie