文字列型関数【String functions】
text - String where the length must be calculated. 長さを計算する必要がある文字列。
string str="some text"; if(StringLen(str)<5) return(0);