02.07.2014, 20:51
This should be in the scripting help section, but:
Script a feature to check if the user has typed anything, this can easily be done by doing:
if(strlen(inputtext) == 0)
Script a feature to check if the user has typed anything, this can easily be done by doing:
if(strlen(inputtext) == 0)