24.06.2015, 02:34
Hello, I want to make this:
I tried to do it by myself so this is the result and it doesn't work:
Quote:
"Hello! " ===> "Hello!" |
Quote:
new pos = strlen(thestring); while(thestring[pos] == ' '){pos--;} strdel(thestring, pos, strlen(text)); |