Function Block STR_SPLIT

The Function Block STR_SPLIT splits the string into equally sized parts.

Note: This Function Block can have more than two outputs. You can right-click on the Function Block to add another output.

Input STR

The input defines the string that is to be split.

Input LEN

The input defines the length of each part as an integer.

Outputs Q1..Q#

Each output returns a part of the split string. Unused parts are returned with the value NULL.

See Also