LINGUAGGIO LOTUSSCRIPT
Examples: IsNull function
Dim v As Variant
Print IsNull(v) ' Output: False
Print IsEmpty(v) ' Output: True
v = NULL
Print IsNull(v) ' Output: True
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario