Spencer;
One quick fix for this goes as follows:int bar[3][8]; 3 => bar[0][0];5 => (bar[0])["test"];<<< bar[0][0] >>>;<<< (bar[0])["test"] >>>;