Difference between revisions of "Manuals/calci/ARRAYTOCALCI"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''ARRAYTOCALCI(Array)'''</div><br/> *The parameter can me any integer values. ==Description== *This function send the array values to Calci. *The...") |
|||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''ARRAYTOCALCI(Array)'''</div><br/> | <div style="font-size:30px">'''ARRAYTOCALCI(Array)'''</div><br/> | ||
− | *The parameter can | + | *The parameter can be of any array values. |
==Description== | ==Description== |
Latest revision as of 03:37, 5 March 2020
ARRAYTOCALCI(Array)
- The parameter can be of any array values.
Description
- This function send the array values to Calci.
- The parameters can be any values.
- We can use the numeric values 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
- This function will return the result as null when the given parameters are non numeric.
Examples
- ARRAYTOCALCI(4) = 0 0 0 0
- ARRAYTOCALCI([3,2,4)
3 2 4