String switch

Switches between string inputs using an index.


Inputs

  • index

    • The index of the string value to output. This can only be 0, 1, 2, or 3.
  • value 0

    • The string value of index 0.
  • value 1

    • The string value of index 1.
  • value 2

    • The string value of index 2.
  • value 3

    • The string value of index 3.

Outputs

  • result

    • The string value of the selected index.
  • result list

    • The list of string values of the selected index.

Note(s)

  • Unlike the Switch node, upstream nodes of all input connections are computed.

  • Other names for this node include: StringSwitch, Case, and If.

Example(s)