On 04/14/10 13:34, Roberto Nemirovsky wrote:
   func = func.substring(func.indexOf('{') + 1, func.lastIndexOf('}'));
   window.manipulate = new Function("strSymbol", "objItem", "objUpdate",
func);

Just eval(func) will work instead of all this.

--
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to