This is about my RPG engine. I happened to notice that I made a rather bad assumption on storing my data for my verticies. Previosly, the QB memory limitations allowed me to store enough data for around 5000 cubes. I realized that I made the assumption of storing the data for sides to the verticies, which is all good and dandy IF all of the cubes are facing the vanishing point. So, things like rotations require handling the points, not the sides, thus putting requiring much more memory.
So...can I avoid this memory limitation by saving to notepad? (I'm NOT using BLoad EVER again

. It convinced me that there ARE Aliens

). Can I load data from Notepad, and then write over it when the user goes to another room? And how much data can QB hold at one time? I know I'm pushing it to the limit, and I'm bound to push even more in terms of memory and speed.
And how do I get information from .DAT in the way I want it (Load it to an array).
For any grievances posted above, I blame whoever is in charge . . .