lkrocek
7 years agoBinge Watcher
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:
with this result:
it's kinda important thing because eslint is not discovering it as well and then it says everything is ok.
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
with this result:
Type Mismatch. (runtime error &h18) in ...
it's kinda important thing because eslint is not discovering it as well and then it says everything is ok.