×

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

LeftStr

497 bytes added, 14:30, 25 January 2012
Created page with "Returns one or more leftmost characters from the specified string expression. ==== Usage ==== <syntaxhighlight>LeftStr(String,sSize)</syntaxhighlight> Where: String ..."
Returns one or more leftmost characters from the specified string expression.

==== Usage ====
<syntaxhighlight>LeftStr(String,sSize)</syntaxhighlight>

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 ====
<syntaxhighlight>LeftStr("Hello World",5); will return a string expression "Hello"</syntaxhighlight>


[[Category:Text Manipulation]]
Anonymous user