String List Insert
Amaster's String Library
The String List Insert node takes in a String list and another string that is the value to place into the list, along with the separator and where to place it in the list. Then this node returns the new string list.
Inputs
List (String)
The current string list.
String (String)
The string value to place into the list.
Separator (String)
The separator to detect where to place it in the list.
FrontInsert (bool)
The option to place the string value at the start of the list instead.
Outputs
* (String)
Returns the new string list.