Hey I'm trying to check if a variable has a value assigned or not.
Dim var as Integer
If var=Null then
...
else
...
end if
But it seems that Null doesn't exist, and 'Nothing' isn't quite the same as for an integer Nothing=0.
Any ideas? thanks.
|
Results 1 to 3 of 3
Thread: Null value for variablesThreaded View
|
Click Here to Expand Forum to Full Width |