1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-26 22:35:53 +00:00
QB64-PE/source
Luke Ceddia a34f40bc74 Changed command-line parsing routine
Removed the ad-hoc system and insert ParseCMDLineArgs$(), which
should be easily extensible. Also supports the -- option for using
a filename that looks like an option (I would have liked to just be
able to use quotes on the command line, but COMMAND$ doesn't preserve
that information unfortunately.
2014-08-03 23:08:05 +10:00
..
global Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00
ide Integrated _BLINEINPUT into regular LINE INPUT for BINARY files 2014-07-27 00:06:17 +10:00
subs_functions Changed QB64.bas to use BINARY for LINE INPUT files fot the performance increase. 2014-07-28 08:34:00 -04:00
qb64.bas Changed command-line parsing routine 2014-08-03 23:08:05 +10:00