stock iStrLower(sStr[]){ iStrLoop(sStr,i) if (0x41 <= sStr[i] <= 0x5A) sStr[i] += 32; return sStr;}
iStrLower(inputtext)