Name shadows another variable error

Malte Brill revolution at derbrill.de
Thu Nov 14 03:35:13 EST 2013


Hi all,

the easiest way for me to trigger the shadow Bug, is to change the scope of the variable from global to local

in a card script:

global tBoo

on openCard 
  put "moo" into tBoo
end openCard

hit apply, change script to

on openCard
  local tBoo
  put "moo" into tBoo
end openCard

hit apply.

Cheers,

Malte






More information about the use-livecode mailing list