Alexander Popp wrote: > Int8 Playfield[3][3] = { "0, 1, 0", "1, 1, 1", "0, 1, 1"}; those would be strings, not signed 8 bit integers. matt