$arrayCreate
Creates a new array.
Parameters
Name | Description | Enforced | Default Value |
---|---|---|---|
Name | The name for the array. | Yes | None |
Elements | Elements to form the array. | Yes | None |
Separator | Element separator to split the text. | No | , |
Example
Function Aliases
- $createArray
- $newArray