George McGinn

Results 9 comments of George McGinn

Let me try this again, as I didn't read the forum posts before answering this. I see the issue, and below I modified the code above and it works. You...

I wish to add to this issue. If I click on a program from Files in Linux that uses $CONSOLE:ONLY, it does not open a terminal when PRINT statements are...

I think that using RETURN, like other languages do, would make sense if we didn't need it for GOSUBs. I believe this question was raised awhile back (either on Discord...

As a former distributed processing developer in CICS MRO/ISC, I too like this approach. I can envision being able to have the QB64 program communicate and control programs/systems written in...

I don't use wildcard masks, so as far as that goes, I'm more inclined to keep things working the way they are. The reason is for the next "smaller question"...

Further update: I changed the CANCEL button manually to make the background of the button the same color as the form background, but it seems that it is being ignored....

CHAIN (among others) are not supported by Linux. https://qb64phoenix.com/qb64wiki/index.php/CHAIN Here are the commands not supported in Linux (and macOS): https://qb64phoenix.com/qb64wiki/index.php/Keywords_currently_not_supported_by_QB64#Keywords_not_supported_in_Linux_or_macOS_versions

Single line DEF FN not supported by QB64. You will need to convert this to a FUNCTION. See: https://qb64phoenix.com/qb64wiki/index.php/Keywords_currently_not_supported_by_QB64

I've done all the above and even created my own Python 3.12 environment and I still get the following errors running on Ubuntu 20.04 PRO: ``` (myenv) gjmcginn@optiplex990:~/bin/fabric$ python --version...