LOTUSSCRIPT-SPRACHE
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
Siehe auch
IsList function
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar