文字列の文字数を返します。
@Length( string ) または
@Length( stringlist )
string
文字列。長さを調べる 1 つの文字列です。
stringList
文字列リスト。文字列のリストです。
length
@Length("The boy crossed the wide, but gentle, stream.")
@Length("": "abcde": "xyz" )
@Length(From: Topic: @Text(Date))
LotusScript® 言語の Len 関数