Difference between revisions of "TextLength"

Line 4: Line 4:
 
==TextLength(text)==
 
==TextLength(text)==
 
Returns the number of characters in text string «text».
 
Returns the number of characters in text string «text».
 +
 +
== Examples ==
 +
:<code>[[TextLength]]("Hello world") &rarr; 11</code>
 +
:<code>[[TextLength]]("啕晦") &rarr; 2</code>
  
 
==See Also==
 
==See Also==

Revision as of 00:57, 25 March 2016


TextLength(text)

Returns the number of characters in text string «text».

Examples

TextLength("Hello world") → 11
TextLength("啕晦") → 2

See Also

Comments


You are not allowed to post comments.