StrRight

Copies the last characters in a larger string.

Function Group Execution Windows Embedded Thin Client Mobile Access
StrRight String Synchronous Supported Supported Supported Supported

Syntax

  StrRight( strSource, numQtdChar )  
strSource
The source string.
numQtdChar
The number of characters to be copied.

Returned value

Returns a string containing the right-most characters in a source string.

Examples

Tag Name Expression
Tag StrRight( “Studio version 7.0″, 8 ) // Returned value = “sion 7.0″
Tag StrRight( “Technical Reference”, 9 ) // Returned value = “Reference”

StrRight