02.07.2016, 15:54
Why would you create both an unnecessary loop and variable? Might aswell do this;
Код:
if(strfind(inputtext, "@", true) != -1) { // Yes @ } else { // No @ }