Split

Tools String functions

ns=2;s=DEPRAG Smart/Utilities/StringOperations/Split

Divides a text at one character (separator) into different parts.

Parameters:

    Seperator
    When this text or character occurs, a new entry is included in the return value. The separator is not included in the return.

Returns:

    Split
    A structure variable of type OpcMethodReturnValueStringArray. The Result property contains the command-specific return values.

Examples:

For examples and explanations regarding the calls of nodes via Siemens TIA Portal please refer to the sub-menu "Siemens TIA Portal" in section "Getting Started".