LOTUSSCRIPT LANGUAGE
Dim v As Variant Print IsArray(v) ' Output: False v = arrayFixed Print IsArray(v) ' Output: True
See Also