I have two variables and I have assigned to each an instance of the same user defined object. Based on if/then, I want to get a reference to either variable by name. Is there something like:
available? eval is not an option...
Code:
document['myObjectInstancesVariableName']
available? eval is not an option...