Office Suite Tutorial > Microsoft Office Access

Microsoft Access Function Library: Array()

(1/1)

bbasujon:
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)

Navigation

[0] Message Index

Go to full version