Doesn't appear to me that I can do this:
shared StringVar abc;
if IsNull(abc) then abc = "xxx"
Seems CR8.5 says "A field is required here" and points to the argument for the IsNull function.
Guess it is not possible to test for nulls on declared variables?
shared StringVar abc;
if IsNull(abc) then abc = "xxx"
Seems CR8.5 says "A field is required here" and points to the argument for the IsNull function.
Guess it is not possible to test for nulls on declared variables?