Project

General

Profile

$len » History » Revision 2

Revision 1 (Per Amundsen, 08/06/2015 04:00 AM) → Revision 2/3 (Per Amundsen, 08/06/2015 04:00 AM)

_Added in 1.8.10_ 

 *$len(text)* 

 Returns the length of the text. 

 *Parameters* 

 text - The text to check. 

 *Example* 

 <pre> 
 ; Check the length of 'text'. text 
 //echo -ag text length is $len(text) 
 </pre>