Array Function /text/sbasic/shared/03104200.xhp Sun Microsystems, Inc.
Array function

Array Function

Returns the type Variant with a data field.
Array (ArgumentList) See also DimArray ArgumentList: A list of any number of arguments that are separated by commas. Dim A As Variant A = Array("Fred","Tom","Bill") Msgbox A(2)