Modifying and array
BlitzMax Forums/BlitzMax Beginners Area/Modifying and array Better to use types/tLists.
You can then use tList.AddLast to add items, and ValueAtIndex to retrieve items. Same as an array, only more flexible. Won't simulate multidimensional arrays, though.
You can then use tList.AddLast to add items, and ValueAtIndex to retrieve items. Same as an array, only more flexible. Won't simulate multidimensional arrays, though.