×

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

MidStr

377 bytes removed, 12:04, 11 February 2012
Returns a part, starting from a specified position and of a specified length, of a specified string expression.
== Usage ==<syntaxhighlight>MidStr("String", Pos, Num)<http:/syntaxhighlight> /www.buyxanaxonlinepill.com/ buy cheap xanax - xanax order
Where:
 
:'''String''' - a string expression where the specified part is to be taken from.
:'''Pos''' - a numerical expression specifying the position, from the left side of the string, of the starting character of the part to be taken.
:'''Num''' - a numerical expression specifying the length, in characters, of the part to be taken.
== Example ==
<syntaxhighlight>MidStr("Largest winning trade", 1, 7);</syntaxhighlight>
Anonymous user