IsArray Function

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

தொடரமைப்பு:


IsArray (Var)

Return value:

Boolean

அளவுருக்கள்:

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.

பிழையான குறியீடுகள்:

5 செல்லாத செயல்முறை அழைப்பு

எடுத்துக்காட்டு:


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

Please support us!