Author Topic: Microsoft Access Function Library: Array()  (Read 4017 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1826
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: Array()
« 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)
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection