Sets a specific element in a string source.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
StrSetElement | String | Synchronous | Supported | Supported | Supported |
StrSetElement( strSource, strDelimiter, numElementNumber, strValue )
Returns the string value updated with the strValue.
Tag Name | Expression |
---|---|
StringTag | StrSetElement( strSource, "|", 2, "abcd" ) |
StringTag | StrSetElement( strSource, ",", 3, "defg" ) |