Array Function

Returns the type Variant with a data field.

Бинтакса


Низа ( листа Π½Π° Π°Ρ€Π³ΡƒΠΌΠ΅Π½Ρ‚ΠΈ)

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)