Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Experimenting with a "StringList" type for simpler handling of string arrays/lists
#10
Thanks for all your comments and links - it's an interesting discussion to follow.

(12-16-2025, 10:15 PM)bplus Wrote: Apologies @Heimdall if I am not empathic to your phobia for arrays, it just strikes me as a strange way to overcome that phobia because you are still using arrays to store info but are using an even more complicated system. 
Indeed, there's a reason why I call it an irrational fear  Big Grin . I am just much more used to working with automatically resizing lists than arrays in other languages (although I recognize that there is something "foundational" about arrays in programming). But putting in the work once, to mimic various "list" functions that aren't built-in, doesn't seem like a bad one-time investment at least to me. Ultimately, the common denominator that I see, is the need to have more functions to work with arrays. It would be great if QB64 had such functions built in. 

Do you by the way share your array functions anywhere? If so, I'd be interested in having a look. Maybe they will reduce my phobia.

@Pete: I can't access your link. It seems there is a hidden VIP section, which my 2 forum posts don't qualify me for  Big Grin
Reply


Messages In This Thread
RE: Experimenting with a "StringList" type for simpler handling of string arrays/lists - by Heimdall - 12-17-2025, 08:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sub not Reconizing Dim as String pmackay 18 1,476 10-16-2025, 03:32 PM
Last Post: pmackay
  for performance, what's the best variable type to use for boolean _TRUE & _FALSE ? madscijr 12 1,257 09-29-2025, 02:59 PM
Last Post: dakra137
  Using modulo to loop through lists fistfullofnails 3 723 09-03-2025, 11:50 PM
Last Post: fistfullofnails
  Loading from file into _MEM? and LEN a TYPE... Unseen Machine 9 976 08-03-2025, 02:55 AM
Last Post: SMcNeill
  Illegal string-number conversion Herve 7 774 07-07-2025, 09:53 AM
Last Post: a740g

Forum Jump:


Users browsing this thread: 1 Guest(s)