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)