06-15-2023, 06:58 PM
(06-15-2023, 03:24 PM)bplus Wrote: Could someone explain how the new version ties in with [ qb = export ] ?
Will we be able to run QB64pe v 3.8 code in a code window like we can with [ qbjs ] ?
No, it's not like [ q b j s ] where you can run the code directly here in the Forum, but it's more like [ q b ].
The difference is while [ q b ] will highlight plain written code using a javascript plugin, the [ q b = e x p o r t] uses the forum's bbcode to highlight and link keywords to the respective Wiki pages
Code: (Select All)
FOR x% = 1 TO 10
PRINT "Hello World!"
NEXT x%
END
Code: (Select All)
FOR x% = 1 TO 10
PRINT "Hello World!"
NEXT x%
END
Just quote this post, so you can see the source of it.
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23