Forum Discussion
Marsha_R
Champion Level 3
5 years agoinstead of setting
vObject = "myaliasstring"
set
vObject = eval(myaliasstring)
Right now you are making vObject a string rather than the object that you want.
- LRuoc5 years agoContributor
Fantastic, that has set me on the right path.
I changed it and its worked.
What I need now is for the script to accept a parameter value and use that as the object. Is that possible?
- Marsha_R5 years ago
Champion Level 3
I don't believe the script will care about the source of the value as long as it resolves to something that is type object. Try it and see.