data handling

Blitz3D Forums/Blitz3D Programming/data handling

slenkar(Posted 2004) [#1]
Im very comfortable using types and arrays but what are the advantages of using other data handling methods like banks?


jfk EO-11110(Posted 2004) [#2]
You can simulate physical adress based operations including 8bit and 16bit numbers. It also allows to load in (or save) a bunch of data as a file and then decrypt or whatever.