2d Array access checks are missing in debug mode

BlitzMax Forums/BlitzMax NG/2d Array access checks are missing in debug mode

GW(Posted March) [#1]
classic Bmax will catch it

Local test#[100,20]

Print test[20,100]	'not caught, within x*y 
Print test[99,100]	'caught, outside x*y