vXeNN‖

JfFRY‖IsArray Function

6uXeM‖Determines if a variable is a data field in an array.

c8GSc‖Syntax:


Cipud‖IsArray (Var)

oqBKb‖Return value:

Boolean

4tEeP‖Parameters:

aFzV9‖ 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.

SEjHR‖Error codes:

5 Invalid procedure call

c4RJM‖Example:


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