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