scasystems
Programmer
I have a routine to set some object to another object.
set a = b
How can i check that the returned object is NOTHING
ie.e if isNothing(a) then
There are isNull, isEmpty etc for variants but no isnothing.
I have got round this before but could do with a more elegant solution
cheers
set a = b
How can i check that the returned object is NOTHING
ie.e if isNothing(a) then
There are isNull, isEmpty etc for variants but no isnothing.
I have got round this before but could do with a more elegant solution
cheers