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 mwie...@ahsoftware.net _______________________________________________ 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