RightStr

From MultiCharts
Revision as of 07:26, 9 February 2012 by JoshM (talk | contribs)
Jump to navigation Jump to search

Returns one or more rightmost characters from the specified string expression.

Usage

RightStr(String, sSize)

Where:

String - a string expression from which the characters are to be taken.
sSize - a numerical expression specifying the number of characters to be returned.

Example

RightStr("Hello World", 5);

Will return a string expression "World".