Feedback

  • Contents
 

Copy String List

This List tool makes a copy of a list of strings. You can also use it to rename a list of strings. The optional Boolean input, when set to True, allows for clearing the source list.  

Inputs

Empty Source List

Set this Boolean parameter to True to empty the source list of strings, reducing the memory used to store the list. This is useful when using the tool to rename a list of string.

Outputs

Source String List

This is the source list of string that will be copied. This variable is passed by reference. This list may be cleared after copying by setting the Empty Source List input parameter to True.

Copied String List

This variable will contain an exact copy of the source string list. The order, case, number of elements, and any blank elements in the source list are preserved. No filtering of the list is performed.

Exit Paths

Next

This step always takes the Next exit path.