LeftStr

From MultiCharts
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)
Jump to navigation Jump to search

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"