Manuals/calci/ARRAYIFY

From ZCubes Wiki
Jump to navigation Jump to search

ARRAYIFY()

Description

  • This function used create an Array.
  • Particularly ARRAYIFY(), convert array like items or individual items into arrays. For example, function arguments can be made into arrays using this function.

Examples

  • ARRAYIFY([[2,3,4],[9,8,7]])

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{matrix} 2 & 3 & 4\\ 9 & 8 & 7\\ \end{matrix}}

Related Videos

Array

See Also

References