Page 2 of 2
Re: Error: multipleDefine
Posted: Wed May 26, 2021 5:13 am
by Peter
the "If" in your code is uppercase.
Re: Error: multipleDefine
Posted: Wed May 26, 2021 6:18 am
by the.weavster
By default the SpiderBasic IDE will fix the case of SpiderBasic key words which can cause issues with JS code between EnableJS and DisableJS, as you've found here if gets changed to If.
You can turn off that behaviour in preferences: Editor -> Editing -> Enable Case Correction.
Re: Error: multipleDefine
Posted: Thu May 27, 2021 1:08 am
by skinkairewalker
Awesome !!!
works fine, thanks very much
the.weavster and
Peter 