LOTUSSCRIPT LANGUAGE
Examples: IsList function
Dim myList List
Print IsList(myList) ' Output: True
Dim v As Variant
Print IsList(v) ' Output: False
v = myList
Print IsList(v) ' Output: True
See Also
IsList function
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary