newArray
Last updated
Last updated
Creates an empty array.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
N/A
Coming Soon.
The user wants to create a new array.
Call the function"newArray" and set the variable name. var: listOfFruits
Add a console and call the function "getVar"
User create a new array successfully.
var
The name of the new array.
String/Text
-
-
Yes
Returns the new empty array.
Array/List