IsArray Function

Determines if a variable is a data field in an array.

Notkun:


IsArray (Var)

Skilagildi:

Boolean

Viðföng:

Var: Any variable that you want to test if it is declared as an array. If the variable is an array, then the function returns True, otherwise False is returned.

Error codes:

5 Ógilt kall á stefju

Dæmi:


Sub ExampleIsArray
Dim sDatf(10) As String
    Print isarray(sdatf())
End Sub

Please support us!