Hello..,
I have declared an array key0[3]={'1','A','B'}
and I want to put only one element of this array on my lcd every time that a==0x00,
so, I wrote:
if(a==oxoo) { lcd_puts(key0[n]); n=n+1; };
But, Codevision program could not understand the second line of the above code...
Can you tell me the reason ..?
Thanks in advance... :!: