StrLen

From MultiCharts
Revision as of 07:45, 9 February 2012 by JoshM (talk | contribs)
(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.