paolo- Monday, March 1, 2010, 8:55:41 AM, you wrote:
> I just installed Rev 4.5 in macosx 10.5.8 > Trying to use this piece of code > on mouseUp > set the explicitVariables to false > put 1 into UNO > answer UNO > end mouseUp > I get this error: > button "Button": compilation error at line 4 (Chunk: can't create a variable > with that name (explicitVariables?)) near "UNO", char 10 > How can I fix this? Any idea? Turn off explicitVars first, before trying to compile the code. Or declare UNO as a local variable. Your line of "set the..." is being compiled, not setting the property. -- -Mark Wieder [email protected] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
