+1 888 340 6572

StrLen: Difference between revisions

From MultiCharts
(Created page with "Returns the length, in characters, of a specified string expression. ==== Usage ==== <syntaxhighlight>StrLen("String")</syntaxhighlight> Where: String - a string exp...")
 
mNo edit summary
Line 4: Line 4:
<syntaxhighlight>StrLen("String")</syntaxhighlight>  
<syntaxhighlight>StrLen("String")</syntaxhighlight>  


Where: [[String]]  - a string expression to be evaluated  
Where:  
 
:'''String''' - a string expression to be evaluated.
   
   
==== Example ====
==== Example ====
<syntaxhighlight>StrLen("Drawdown"); will return a value of 8</syntaxhighlight>
<syntaxhighlight>StrLen("Drawdown");</syntaxhighlight>
Will return a value of 8.
   
   
[[Category:Text Manipulation]]
[[Category:Text Manipulation]]

Revision as of 07:24, 9 February 2012

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.