Difference between revisions of "Manuals/calci/ARRAYIFY"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==ARRAYIFY()== | |
==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== |
Latest revision as of 14:10, 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]])
Related Videos
See Also
References