Función Array

Devolve o tipo variante cun campo de datos.

Sintaxe:


Array ( Lista de argumentos)

See also DimArray

Parámetros:

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

Exemplo:


    Dim A As Variant
    A = Array("Javier","Rial","Rodríguez")
    Msgbox A(2)

Precisamos da súa axuda!