02-10-2023, 08:49 AM
I still think this is not something to solve with recursion; find another example to play with if you want to experiment with recursion.
This scenario could be solved with a static sub that only reads the first time to an array in memory (7*4000 strings is not that much) and subsequent call to the function just reads from the array...
my 2ct
This scenario could be solved with a static sub that only reads the first time to an array in memory (7*4000 strings is not that much) and subsequent call to the function just reads from the array...
my 2ct
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience