QB64 Phoenix Edition
QBJS - Help - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: QBJS, BAM, and Other BASICs (https://qb64phoenix.com/forum/forumdisplay.php?fid=50)
+--- Thread: QBJS - Help (/showthread.php?tid=2036)



QBJS - Help - johnno56 - 09-25-2023

I am not familiar with all the 'ins and outs' of QBJS but I do have one question... As with QB64pe, I use the help function (F1) quite a LOT... Does QBJS have access to 'Help'... or have I missed something?


RE: QBJS - Help - dbox - 09-25-2023

(09-25-2023, 08:52 PM)johnno56 Wrote: I am not familiar with all the 'ins and outs' of QBJS but I do have one question... As with QB64pe, I use the help function (F1) quite a LOT... Does QBJS have access to 'Help'... or have I missed something?

Hi @johnno56,

The current version does not have an integrated help screen (though it will be included in the upcoming 0.8 release).

For now, the best place to start for documentation is here:

QBasic Language Support
Supported Keywords
Samples


RE: QBJS - Help - johnno56 - 09-25-2023

Thanks, dbox. Much appreciate.

J