
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.
The input defines the string that is to be split.
The input defines the length of each part as an integer.
Each output returns a part of the split string. Unused parts are returned with the value NULL.