文字列の長さを返す。
strlen <string>
文字列 <string> の長さをシステム変数 result に格納する。 文字列の長さにはナル文字は含まない。また、長さはバイト単位でカウントされる。
strlen Txcnt if result>0 then logwrite Txcnt else messagebox 'Txcnt is NULL' 'error' endif