Returns a length of string.
strlen <string>
Returns the length of <string> in the system variable "result". The length counts in terms of bytes.
strlen Txcnt if result>0 then logwrite Txcnt else messagebox 'Txcnt is NULL' 'error' endif