Strict Compile Mode

Mark Wieder mwieder at ahsoftware.net
Thu Oct 11 13:28:44 EDT 2012


Pete-

Thursday, October 11, 2012, 10:18:25 AM, you wrote:

> I checked all my the local commands in the script and they are all within
> handlers except for one and it does not refer to the variable named in the
> error message.  There are no global definitions in the script.

Check to see if there's a global by that name. Doesn't have to be in
the same script, globals declared by a different script as still,
well, global. I've had the "shadows another variable or constant"
error message come up when converting globals to script-local vars.

-- 
-Mark Wieder
 mwieder at ahsoftware.net





More information about the use-livecode mailing list