Array Function/text/sbasic/shared/03104200.xhpSun Microsystems, Inc.Array function
Array Function
Returns the type Variant with a data field.Array (ArgumentList)See also DimArrayArgumentList: A list of any number of arguments that are separated by commas.Dim A As VariantA = Array("Fred","Tom","Bill")Msgbox A(2)