現在のフィールドの値を返します。
@ThisValue
value
現在のフィールドの値です。
この @関数をフィールド式以外で使用すると、Null が返されます。
この @関数は、移植可能なコードを記述するときに便利です。現在のフィールド名の代わりに @ThisValue を使用します。
@ReplaceSubstring(@ThisValue; " "; "_")
@If((@ThisValue != "") & (@Elements(@ThisValue) = 1);@Failure("You must select more than one choice");@Success)
LotusScript® NotesUIDocument クラスの FieldGetText メソッド