String list
Creates a list of string values.
Inputs
- 
list
- The string list to output.
 
 - 
size
- The size (length) of the list to output when the initialize input is set to 
true. 
 - The size (length) of the list to output when the initialize input is set to 
 - 
default
- The default value of the list to output when the initialize input is set to 
true. 
 - The default value of the list to output when the initialize input is set to 
 - 
initialize
- Sets the list input values as per the values of the size and default inputs.
 
 
Outputs
- 
list
- The string list as defined by the list input.
 
 
Notes
- 
A custom list can be made by clicking on the
<string list>space of the list input via the “Add Item” button. - 
When the initialize input is
true, manually inputted values will be overridden by the default input value. - 
Other names for this node include: StringList, Text list, and Word list.