Manuals/calci/ARRAY

From ZCubes Wiki
Revision as of 18:02, 27 December 2018 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''ARRAY()'''</div><br/> ==Description== *This function used to create an Array. *The parameters can be any values. *We can use the numeric value...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ARRAY()


Description

  • This function used to create an Array.
  • The parameters can be any values.
  • We can use the numeric values to create an array.
  • Also we can give non numeric values with in double quotes to create an array.
  • There are three types of arrays:
    • Indexed arrays - Arrays with numeric index
    • Associative arrays - Arrays with named keys
    • Multidimensional arrays - Arrays containing one or more arrays

Examples

  1. ARRAY([[1,2,3],[4,5,6],[7,8,9]])

\begin{matrix} 1 & 2 & 3\\ 4 & 5 & 6\\ 7 & 8 & 9 \end{matrix}

See Also

References