Forum Discussion

Antonio_Haynes's avatar
Antonio_Haynes
Contributor
11 years ago

Passing objects between Functions using mapped name as variable

var MappedObject = Object.MappedName; When setting a variable to the mapped name of an object that variable is type of string not an object. so i cannot work with that objects properties. How c...