You are here:About>Computing & Technology>Databases> Microsoft Access> Access Function Library> Microsoft Access Function Library: Array()
About.comDatabases
Newsletters & RSSEmail to a friendSubmit to Digg

Microsoft Access Function Library: Array()

From Mike Chapple,
Your Guide to Databases.
FREE Newsletter. Sign Up Now!
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)
 All Topics | Email Article | | |
Advertising Info | News & Events | Work at About | SiteMap | Reprints | HelpOur Story | Be a Guide
User Agreement | Ethics Policy | Patent Info. | Privacy Policy©2008 About, Inc., A part of The New York Times Company. All rights reserved.