×

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.

Changes - MultiCharts
Open main menu

Changes

RightStr

191 bytes added, 07:39, 9 February 2012
no edit summary
Returns one or more rightmost characters from the specified string expression.
==== Usage ====
<syntaxhighlight>RightStr(String, sSize)</syntaxhighlight>
:'''sSize''' - a numerical expression specifying the number of characters to be returned.
==== Example ====
<syntaxhighlight>RightStr("Hello World", 5);</syntaxhighlight>
Will return a string expression "World".
== Notes ==* See [[LeftStr]] to return the leftmost part of a string,* See [[MidStr]] to return a middle part of a string,* See [[InStr]] to get the starting location of a expression in a string.
[[Category:Text Manipulation]]