04.08.2012, 09:28
As topic says..
How to check if a character is last in line
I made this code.. and it works, but for string it doesn't matter is it in the center of the line or on the first character in the line.. i know how strfind works but don't know how to check is character is in the last place in the line.
P.S
Please, reply this time
How to check if a character is last in line
I made this code.. and it works, but for string it doesn't matter is it in the center of the line or on the first character in the line.. i know how strfind works but don't know how to check is character is in the last place in the line.
pawn Код:
if(strfind(text, "?", true) != -1)
Please, reply this time
