Difference between revisions of "Manuals/calci/ARRAYIFY"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
==Description== | ==Description== | ||
*This function used create an Array. | *This function used create an Array. | ||
| − | *Particularly ARRAYIFY(), convert array like items or individual items into arrays. | + | *Particularly ARRAYIFY(), convert array like items or individual items into arrays. For example, function arguments can be made into arrays using this function. |
==Examples== | ==Examples== | ||
Revision as of 14:41, 4 February 2020
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
See Also
References