I was wondering what's the easiest way to do an array that can be resized at runtime *and* saved to a file?
Or would I be better off using the binary object and multiplying to get the position I need? (It would be 3 dimensions, with the first and second dimensions being of variable size while the third is of a fixed size)
