×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

RightStr - MultiCharts
Open main menu

RightStr

Revision as of 14:37, 25 January 2012 by 194.84.116.138 (talk) (Created page with "Returns one or more rightmost characters from the specified string expression. ==== Usage ==== <syntaxhighlight>RightStr(String,sSize)</syntaxhighlight> Where: String...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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"