Skip to main content

CreateArray

This Script is part of the Common Scripts Pack.#

Creates an array object in context from a given string's input.

Script Data#


NameDescription
Script Typejavascript
TagsUtility

Inputs#


Argument NameDescription
arrayDataThe array data to create an array from (comma-separated). The default is "val1,val2,val3".
separatorThe separator to use to split arrayData. The default is a comma (",").
contextKeyThe key to place result array in context. The default is "array".

Outputs#


There are no outputs for this script.