ice78991
Programmer
- Nov 20, 2006
- 216
I want to test session.mystruct.var1
I have been using isDefined('session.mystruct.var1') which works fine
I was wondering though can this work with structKeyExists
I have found that structKeyExists(session.mystruct,'var1') is not accurately assessing the existence of this variable. So is it a genereal rule, isDefined(..) should be used with nested objects?
I have been using isDefined('session.mystruct.var1') which works fine
I was wondering though can this work with structKeyExists
I have found that structKeyExists(session.mystruct,'var1') is not accurately assessing the existence of this variable. So is it a genereal rule, isDefined(..) should be used with nested objects?