###Function###
StringLen

###Description###
Returns the number of characters in a string. 

###Syntax###
StringLen ( "string" ) 


###Parameters###
@@ParamTable@@
string
	The string to evaluate. 
@@End@@

###ReturnValue###
Returns the length of the string.
 

###Remarks###
A numeric expression is automatically evaluated and converted to a string.

###Related###
StringInStr, StringLeft, StringLower, StringMid, StringRight, StringTrimLeft, StringTrimRight, StringUpper, StringCompare, StringReplace, StringSplit


###Example###
@@IncludeExample@@
