Searching for big characters in string
#2

pawn Код:
new pos = strfind(inputtext, "_", true);
if(pos != -1) {
    if(inputtext[pos + 1] >= 'A' && inputtext[pos + 1] <= 'Z') // code here
}
Reply


Messages In This Thread
Searching for big characters in string - by Riwerry - 29.01.2014, 12:23
Re: Searching for big characters in string - by fordawinzz - 29.01.2014, 12:27
Re: Searching for big characters in string - by Riwerry - 29.01.2014, 12:32

Forum Jump:


Users browsing this thread: 1 Guest(s)