Daffodil Computers Ltd.

Office Suite Tutorial => Microsoft Office Access => Topic started by: bbasujon on August 15, 2012, 05:33:48 PM

Title: Microsoft Access Function Library: Array()
Post by: bbasujon on August 15, 2012, 05:33:48 PM
Function: Array()

Purpose: The Array() function is used to create an array from a comma-delimited list of elements.

Usage: Array(arguments)

Returns: Variant data type containing an array consisting of the elements in the comma-delimited list of arguments

Examples and Special Cases

 Dim MyArray as Variant

 MyArray = Array(15,16,17,18)