Array Function [Runtime]/text/sbasic/shared/03104200.xhpArray functionArray Function [Runtime]Returns the type Variant with a data field.Syntax:Array ( Argument list)See also DimArrayParameters:Argument list: A list of any number of arguments that are separated by commas.Example:Dim A As VariantA = Array("Fred","Tom","Bill")Msgbox A(2)