LOTUSSCRIPT 言語


例:IsNull 関数
Dim v As Variant
Print IsNull(v) ' Output:False
Print IsEmpty(v) ' Output:True
v = NULL
Print IsNull(v) ' Output:True