ExplicitVariables

Bob Sneidar bobs at twft.com
Mon Mar 1 12:35:28 EST 2010


Right. Explicit variables is a compile time issue. Set it off and leave it off before you save/compile your scripts, or else leave it on and declare all your variables. Changing it in a script will only allow you to compile the next script without declaring your variables first. 

Bob



On Mar 1, 2010, at 8:55 AM, paolo mazza 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?
> 
> Thanks a lot.
> 
> Paolo Mazza
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list