StrLen

From MultiCharts
Revision as of 14:39, 25 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the length, in characters, of a specified string expression. ==== Usage ==== <syntaxhighlight>StrLen("String")</syntaxhighlight> Where: String - a string exp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the length, in characters, of a specified string expression.

Usage

StrLen("String")

Where: String - a string expression to be evaluated

Example

StrLen("Drawdown");  will return a value of 8