JijYS‖

aXJZm‖Array Function

ZFAuc‖Returns the type Variant with a data field.

FVEx2‖Syntax:


    XYnnC‖Array (ArgumentList)
  

ktFWK‖See also DimArray

WADQ4‖Parameters:

3cDZe‖ ArgumentList: A list of any number of arguments that are separated by commas.

EFSA4‖Example:


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