09-11-2023, 12:10 PM
(09-11-2023, 09:11 AM)TarotRedhand Wrote: In QB64PE, emulated stacks are less useful due to not being able to add an array to to user-defined type. This in effect limits you to a single global (emulated) stack.There's a newish feature to be able to use a variable-length `String` in UDTs. It's slightly buggy at the moment, but it does work, and it's possible to use `String` as a stack (which will then automatically grow as you add too it).