18.01.2015 Views

Technical Reference Manual - InduSoft

Technical Reference Manual - InduSoft

Technical Reference Manual - InduSoft

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix: Built-in Scripting Language<br />

StrRChr<br />

Isolates the final occurrence of a character sequence within a string.<br />

Function Group Execution Windows Embedded Thin Client<br />

StrRChr String Synchronous Supported Supported Supported<br />

Syntax<br />

StrRChr( strSource, strChrSequence )<br />

strSource<br />

The source string.<br />

strCharSequence<br />

The reference string.<br />

Returned value<br />

Returns a string of characters following the last occurrence of a character within the source string.<br />

Examples<br />

Tag Name<br />

Expression<br />

Tag StrRChr( "Studio version 7.0", "i" ) // Returned value = "ion 7.0"<br />

Tag StrRChr( "<strong>Technical</strong> <strong>Reference</strong>", "n" ) // Returned value ="nce"<br />

StrRight<br />

Copies the last characters in a larger string.<br />

Function Group Execution Windows Embedded Thin Client<br />

StrRight String Synchronous Supported Supported Supported<br />

Syntax<br />

StrRight( strSource, numQtdChar )<br />

strSource<br />

The source string.<br />

numQtdChar<br />

The number of characters to be copied.<br />

Returned value<br />

Returns a string containing the right-most characters in a source string.<br />

Examples<br />

Tag Name<br />

Expression<br />

Tag StrRight( "Studio version 7.0", 8 ) // Returned value = "sion 7.0"<br />

Tag StrRight( "<strong>Technical</strong> <strong>Reference</strong>", 9 ) // Returned value = "<strong>Reference</strong>"<br />

Page 564<br />

<strong>InduSoft</strong> Web Studio

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!