Suspicious pointer error :D?

strcpy(CHAONAME, strlen(CHAONAME)-1);
This gives me an error ^^ Anyone mind helping out? I'm trying to make a "backspace" button haha.
This code crashes GE XDD
This gives me an error ^^ Anyone mind helping out? I'm trying to make a "backspace" button haha.
- Code: Select all
sprintf(CHAONAME, "%s", strlen(CHAONAME)-1);
This code crashes GE XDD