CreateArray
Common Scripts Pack.#
This Script is part of theCreates an array object in context from a given string's input.
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | Utility |
#
InputsArgument Name | Description |
---|---|
arrayData | The array data to create an array from (comma-separated). The default is "val1,val2,val3". |
separator | The separator to use to split arrayData. The default is a comma (","). |
contextKey | The key to place result array in context. The default is "array". |
#
OutputsThere are no outputs for this script.