You can combine these 2 commands into one:
_MEMGET m, m.OFFSET + 49, x 'remember to use m.ELEMENTSIZE & DO-LOOP for array shifts
_MEMPUT m, m.OFFSET + 12, x
TO:
_MEMCOPY m, m.OFFSET +49, 37 TO m, m.OFFSET + 12
I haven’t got around to a tutorial on the extra mem commands yet, for the holidays, but I’ll try and remedy that after the New Years. ;)