Dang for 4 minutes now been trying to post a reply, between new OS and new forum and new browser sheesh!
Anyway new QB64 wiki for Command$ https://qb64.dijkens.com/wiki/COMMAND$.html
does not mention this nor the newer _CommandCount
The example for _CommandCount:
Oddly skips over 0
Maybe this should be included there?
Anyway new QB64 wiki for Command$ https://qb64.dijkens.com/wiki/COMMAND$.html
does not mention this nor the newer _CommandCount
The example for _CommandCount:
Code: (Select All)
limit = _COMMANDCOUNT
FOR i = 1 TO limit
PRINT COMMAND$(i)
NEXT
Oddly skips over 0
Maybe this should be included there?