19.01.2017, 14:48
Код:
if(strfind(text, "@", true, text[0]))
The red parameter is for position not for character so it should be 0 instead of text[0] or leave that parameter empty as the default value is 0.
if(strfind(text, "@", true, text[0]))