Too fundamental to be a bug, so what's wrong?

Mark Wieder ahsoftware at sonic.net
Mon Jul 30 16:36:19 EDT 2018


On 07/30/2018 01:27 PM, Mark Wieder via use-livecode wrote:
> put 4 into gTSsettings["teamcount"]; put gTSsettings["teamcount"] & 
> (gTSsettings["teamcount"]=4)
> 
> works here in the message box.
> 

ah... global...

global gTSsettings; put 4 into gTSsettings["teamcount"]; put 
gTSsettings["teamcount"] & (gTSsettings["teamcount"]=4)

-- 
  Mark Wieder
  ahsoftware at gmail.com




More information about the use-livecode mailing list