Why not?

How come I can do this:
char LCDstring[] = "ABC";
ACC = LCDstring[0]; Print an A to LCD

But I cannot do this:
int z = 0;
ACC = LCD[z]; Print an A to LCD

More questions in this forum