Array Function

Returns the type Variant with a data field.

Syntax:


    Array (ArgumentList)
  

āļ¸āˇšāˇ€āˇāļ­āˇŠ āļļāļŊāļąāˇŠāļą: āˇ€āˇ’āļšāļŊāˇŠāļ´

Parameters:

ArgumentList: A list of any number of arguments that are separated by commas.

Example:


    Dim A As Variant
    A = Array("Fred","Tom","Bill")
    Msgbox A(2)
  

Please support us!