Hi Craig, The error message "name shadows another variable" is shown as when strict compile mode is on. It's supposed to indicate that the name of a declared variable has already been declared somewhere else in the script, perhaps with another local statement in the same script/handler or in a global declaration for the script.
Problem is that it is sometimes displayed when there is no clash of names and the only way to get out of it (as far as I know) is to quite Livecode and run again. A full description is in my QCC report number 10511 Pete lcSQL Software <http://www.lcsql.com> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html> On Thu, Jun 26, 2014 at 4:54 PM, <dunb...@aol.com> wrote: > Peter, > > > Can you tell me more about what this error is and does? > > > Craig > > _______________________________________________ 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