about arrays
#1
When you use an array to hold your variables in a SPLIT or TOKEN function, the array gets resized upwards (apparently never downwards) automagically. But when you run a regular routine like this

DIM a(10)
FOR f - 1 TO 11
a(f) = f
NEXT

You will get an "array out of bounds" error.

So, my question is this: Apparently, the code to have autogrowing arrays is already in there. Why should we not be able to use that in regular array operations? Is it just because way back when yabasic was running on 512K of RAM you might run out of memory? If so, is that thinking still relevant? I fed a GB of data into a string array once for testing purposes. Dog-slow, but yab didn't crash.
Reply


Messages In This Thread
about arrays - by clasqm - 12-21-2017, 08:34 AM
RE: about arrays - by bbjimmy - 01-01-2018, 10:16 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)
Free Web Hosting