Author Topic: FUNCTION to return STRING or STRING ARRAY  (Read 4815 times)

0 Members and 1 Guest are viewing this topic.

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • View Profile
    • GitHub
Re: FUNCTION to return STRING or STRING ARRAY
« Reply #15 on: March 07, 2021, 01:22:11 pm »
I'm curious now why you even need to split the string if you already know in advance how many elements you need.
Shuwatch!

Offline xra7en

  • Seasoned Forum Regular
  • Posts: 284
    • View Profile
Re: FUNCTION to return STRING or STRING ARRAY
« Reply #16 on: March 08, 2021, 08:07:12 pm »
I wrote a dos emu launcher :-)
in the editor, users can enter the file extension of the accepted roms they have.
there is rarely more that 3 (never seen 5) example *.bin, *.iso etc...
the program will then create a listing based on the extensions they entered :-)

good question!!
I just like re-writing old DOS book games into modern QB64 code - weird hobby, I know!