16.06.2013, 14:14
we use " " for strings and ' ' for single characters, so your code must look like
And by the way, there are other mistakes such as an extra parenthese and the ";" after "if", i fixed them in the example above
pawn Код:
if(string[s]==',')
{
}

