Change some char in char array

Brkic:
Thanks it worked !! :slight_smile:

strcpy(MENU[1], ONE);

Yeah, it's the same as this one that you were already using:

strcpy(ONE,"P");

I guess that's why it was confusing. You seemed to already understand the answer.