data handling

Blitz3D Forums/Blitz3D Programming/data handling

Im very comfortable using types and arrays but what are the advantages of using other data handling methods like banks?

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.