Forum Discussion

lkrocek's avatar
lkrocek
Binge Watcher
8 years ago

global as a reserved word

Reserved Words it seems I miss global word in list of reserved words, cause my app crash if I will use it: sub init()  global = "x" 'originally I wanted to use: global = getGlobalAA() end sub ...