RPG Dynamic Arrays
Here is some code that utilized User Spaces allowing you to emulate Java Vectors. It basically allows you to store any number of different data structures all in the same user space. I then use "meta data" to know how to reference each data structure that exists in the user space.