Forum Discussion
YMinaev
Staff
16 years agoHi,
Strings shouldn't support methods which belong to other objects. Use JScript's eval function to obtain the corresponding object by a string (obj = eval(str)).
Strings shouldn't support methods which belong to other objects. Use JScript's eval function to obtain the corresponding object by a string (obj = eval(str)).