Array Function

Returns the type Variant with a data field.

කාරක රීතිය:

Array ( Argument list)

මේවාත් බලන්න: විකල්ප

පරාමිතීන්:

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)