print("test [" + test + "]"); test = form.lookupWidget("nameWidget").getValue();
^^^^^^
try declaring test locally here (ie "var test=...")
IIRC declaring a var outside the sub makes it a global var.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to