New pointer syntax
BlitzMax Forums/BlitzMax Programming/New pointer syntax That doesn't seem to work Azathoth - but I use pointers throughout my program so it might be another routine that also needs to be modified.
Is 'Var(centre_ptr+1)' using an offset of 1 byte or 1 int (4 bytes)? If its 1 byte you might have to cast it to a byte pointer or use banks.