Set string list item

Sets a string's value in a string list.


Inputs

  • list

    • The list of strings to set a list item within.
  • index

    • The index value that defines which list item to set from the list input.
  • text

    • The string that defines what to set the list item’s value to.

Outputs

  • list

    • The edited list of strings.

Note(s)

  • Other names for this node include: SetStringListItem.

Example(s)