StrRChr

Isolates the final occurrence of a character sequence within a string.

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

Syntax

  StrRChr( strSource, strChrSequence )  
strSource
The source string.
strCharSequence
The reference string.

Returned value

Returns a string of characters following the last occurrence of a character within the source string.

Examples

Tag Name Expression
Tag StrRChr( “Studio version 7.0″, “i” ) // Returned value = “ion 7.0″
Tag StrRChr( “Technical Reference”, “n” ) // Returned value =”nce”

StrRChr