09-09-2025, 08:49 PM
(09-09-2025, 05:32 PM)bplus Wrote: I thought latest QBJS updates removed need to DIM everything before using?
That is correct, the latest version doesn't require you to DIM your variables. However, you did find a bug with the Mid$ statement, which was just added in the last release. It was not correctly parsing the code when arrays were being passed in as arguments. I've made a fix to the dev server which you can try out here:
Tiny Invaders (QBJS Dev Server)
(If you don't immediately see the fixed version you might need to refresh your browser.)
I'll include the fix in a patch release that I plan to put out soon.


