Difference between revisions of "Manuals/calci/ARRAYIFY"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''ARRAYIFY()'''</div><br/> ==Description== *This function used create an Array. *Particularly ARRAYIFY(), convert array like items or individual...") |
|||
(2 intermediate revisions by 2 users 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== | ||
Line 11: | Line 11: | ||
9 & 8 & 7\\ | 9 & 8 & 7\\ | ||
\end{matrix}</math> | \end{matrix}</math> | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=vqfikSMx7mE|280|center|Array}} | ||
==See Also== | ==See Also== |
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