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