in reply to how can i use characters in 2 dimensional array brackects
Arrays use numbers as indices, not strings. Maybe you want to declare constants to access your array indices, or maybe you want to use a hash instead?