P
pamela fluente
I want a simple method or function to check if at least one of the
field in a composite object is null (nothing).
For instance, if Field5 is null I would like that a function such
as
AtLeastOneReferenceNull(Class1.Field3.Property4.Field5.something)
would return TRUE
where
Function AtLeastOneReferenceNull ( o as object) as boolean
' how ???
end function
or similar.
How can I do that (clearly without a slow try/catch) ?
-P
field in a composite object is null (nothing).
For instance, if Field5 is null I would like that a function such
as
AtLeastOneReferenceNull(Class1.Field3.Property4.Field5.something)
would return TRUE
where
Function AtLeastOneReferenceNull ( o as object) as boolean
' how ???
end function
or similar.
How can I do that (clearly without a slow try/catch) ?
-P