Splits the incoming string line into parts depending on delimiter character. Outputs the specified part of string line
parse-tabular
@/parse-tabular
Splits the incoming string line into parts depending on delimiter character. Outputs the specified part of string line
STRstring
A string line to be split
Dbyte
Delimiter character
IDXnumber
A number of the string line part to output. The numbering of the parts starts with 0
OUTstring
A part of a splitted string line
To use the node in your project you should have the gabbapeople/uart-led-control library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.