-->
Page 1 of 1

MYSTERY SOLVED: DOCUMENTATION BUG - LOAD COMMAND WORKS

PostPosted: Fri Aug 12, 2016 7:42 am
by raintime
The documentation for the LOAD command says:

LOAD "\myscript.bas" or LOAD "\uploads\myscript.bas"

This MUST BE CHANGED TO:

LOAD "/myscript.bas" or LOAD "/uploads/myscript.bas"

The documentation might add a nice feature:

x = "/myscript.bas"
LOAD x

Also works!

Re: MYSTERY SOLVED: DOCUMENTATION BUG - LOAD COMMAND WORKS

PostPosted: Sun Aug 14, 2016 4:54 am
by Mmiscool
The docs have been updated accordingly.

Thanks for point this out.

Still looking for more bugs to fix.