undeclared variables getting through in Strict Compilation mode

J. Landman Gay jacque at hyperactivesw.com
Mon Feb 16 14:07:12 EST 2015


On 2/16/2015 11:57 AM, Dr. Hawkins wrote:
> Variable values were not getting set, even though they showed as set in
> handlers.
>
> In both cases, it turned out that I was modifying a globle variable that
> hadn't been set in that handler.

Is the global declared at the top of the script? Are you trying to use a 
local variable in a handler with the same name as the global?

Just trying to figure out what you're seeing.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list