×

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.

LeftStr - MultiCharts
Open main menu

LeftStr

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

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

Usage

LeftStr(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

LeftStr("Hello World",5);  will return a string expression "Hello"