13.05.2012, 17:35
What if it were 2 letters i need, it are "@" and "." ?
Like this?
Like this?
pawn Код:
if (inputtext[0] == '@' && inputtext[0] == '.')
{
//valid
}
else
{
//invalid
}