02.01.2016, 15:50
I see. As I changed:
into:
The problem was solved. Not sure if it brings some unneeded consequences. Anyway thanks.
Код:
if (strfind(tmpuname,partofname,true)==0)
Код:
if (strfind(tmpuname,"partofname",true)==0)