James-

Monday, September 27, 2010, 9:01:54 AM, you wrote:

> Rev 4.0 is in revolt. (LiveCode is fine.)

> I write in  script:

>     put 3 into x

> and when I try to compile I get a message "Can't create a variable by
> that name."

You have turned on the explicitVariables failsafe mechanism, which
ensures that you can't accidentally get yourself into trouble. Try one
of these two things:

local x
put 3 into x

or

open Rev's preferences, select "Script Editor" and deselect "strict
compilation mode"

-- 
-Mark Wieder
 mwie...@ahsoftware.net

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

Reply via email to