raynjay
9 years agoOccasional Contributor
How to convert Object to String
Hi,
I want to convert object to string like from a object,'Regions.Image1' to string 'Regsions.Image1'.
My developed JScript function is required an image stored to Regions as input parameter.
The string could be entered as input parameter but user have to remember whole object aliases and it could
make invalid input error.
So, I'd like to convert from object to string and use it.
If anyone has a good idea, please let me know.
Thanks,
Raymond.