12-16-2025, 07:05 PM
So Pete, could combining arrays and files work to achieve for redimming multidimensional arrays? For example an array(a,b.c) rather than using _preserve, save the array data into 3 separate files ..FileA, FileB and FileC... do your thing with the array and then repopulate the array from the files. Or what about a kind of concatenation, for example a$(1,n), a$(2,n) would combine using decimal values so a$(1.2,n.n) where the values of the 2nd array are combined as a decimal value.
DISCLAIMER: This idea was just off the top of my head without a sober 2nd thought or a closer read of your post
DISCLAIMER: This idea was just off the top of my head without a sober 2nd thought or a closer read of your post

