Copies the last characters in a larger string.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
StrRight | String | Synchronous | Supported | Supported | Supported |
StrRight( strSource, numQtdChar )
Returns a string containing the right-most characters in a source string.
Tag Name | Expression |
---|---|
Tag | StrRight( "Studio version 7.0", 8 ) // Returned value = "sion 7.0" |
Tag | StrRight( "Technical Reference", 9 ) // Returned value = "Reference" |