Posts: 4,698
Threads: 222
Joined: Apr 2022
Reputation:
322
04-25-2023, 04:11 AM
(This post was last modified: 04-25-2023, 04:56 AM by bplus.)
OK it's in. Funny I tried that very file before and no luck,
Now I have to tell it where QB64 is, where?
Update: found it
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 4,698
Threads: 222
Joined: Apr 2022
Reputation:
322
04-25-2023, 04:59 AM
(This post was last modified: 04-25-2023, 05:07 AM by bplus.)
Under Extensions here
But I had to copy QB64pe.exe rename it QB64.exe in another Folder and then paste that exe back into QB64pe Folder and I could finally run some code.
BTW Thankyou Steve, your Quick Guide had me trying again.
Oh yeah, I also had to fill a space in Folder name with a - hyphen.
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 1,356
Threads: 58
Joined: Jul 2022
Reputation:
53
Somebody is complaining about the question mark automagically not becoming "PRINT" (facepalm)
Also remember that BASIC, like Pascal, is a programming language that disregards letter case. Not like Python where "Number" and "number" could be two different variables.
Might need an option apart from "How keywords are formatted" related to names of variables and subprograms.
There are other subtleties such as single-line "IF... THEN" against "IF... THEN... ELSEIF... ELSE... ENDIF", this could be hard to get right. For example, Kate always boldfaces the two letters that come right after "THEN" if anything follows "THEN". It's a strange quirk.
Good work on the VSCode template but that program is something I'm not interested in. (thumbs up)