16.06.2013, 13:52
Hi today I have a question about how to check a certain character in a string
I thought it was something like this because it is only one character but it give me an error
So what do I use
I thought it was something like this because it is only one character but it give me an error
pawn Код:
if((string[s])==",");
{
}