Array Function

Returns the type Variant with a data field.

தொடரமைப்பு:


Array ( Argument list)

See also DimArray

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

Argument list: A list of any number of arguments that are separated by commas.

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


    Dim A As Variant
    A = Array("Fred","Tom","Bill")
    Msgbox A(2)

Please support us!