Split Ex

The Split Ex node expands on the standard split functionality by breaking a string into up to five separate output pins (item1 through item5) simultaneously.
When to use this node: * Multi-Value Data Processing: Parsing a single complex message (e.g., "R,255,G,0,B,100") and immediately sending the R, G, and B values to different logic nodes. * Command Decoding: Splitting a player's typed command into its "action" and "target" components for processing (e.g., splitting "USE KEY" into "USE" and "KEY").
Connectors in
- S [type: string]
- splitBy [type: string]
Connectors out
- parts [type: integer]
- item1 [type: string]
- item2 [type: string]
- item3 [type: string]
- item4 [type: string]
- item5 [type: string]
Node properties
- results [type: integer]
- S [type: string]
- splitBy [type: string]