07-04-2023, 08:00 PM
(07-04-2023, 05:53 PM)Jack Wrote: hello Dustinian
if you replace the first line from
toCode: (Select All)'FIREWORK.BAS
then when somebody copies your program into the QB64 IDE and then issues a save command it will save it as the first line suggest.Code: (Select All)_title "FIREWORK"
nice fireworks
A few lines from the source code posted above include:
Code: (Select All)
'PLATFORM
'--------
' Written in QB64. I hope to make it QBasic-compatible, but no work on that yet.
_TITLE will not work in QBasic. This is in case the OP didn't know.