On Feb 19, 2011, at 1:27 PM, Mike Bonner wrote:

> In your preferences, under the script editor section, chances are that
> "strict compilation mode" has been checked. If so you must specifically
> declare any variables.  If you take the check out, problem should go away.


That does seem to be it. Here's a quick test:

on mouseUp
   --global tester
   put "hello" into tester
end mouseUp


With the global line commented out you would get the compiler error. With it 
not commented out you don't.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to