Funzione Array

Restituisce il tipo Variant con un campo data.

Sintassi:


    Array (ArgumentList)
  

Vedere anche DimArray

Parametri:

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

Esempio:


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