Question
using isDefined for a dynamic struct?
I know how you can check for a defined variable or object using isDefined("myVar"), but I have a struct that can have varying properties. While I can explicitly write out the "myStruct.myProperty" checks in quotes for this method, I'd like to put these into a function where a variable is passed into it.
Is this possible? Basically, I'm populating form fields and some fields may not be defined yet. Thoughts? Thanks.
Ryan
