LEN()

From TVPaintWiki
Revision as of 13:57, 22 December 2009 by KenC (Talk | contribs) (Created page with '{{LangRefCatCrumbs}} LEN(string) Returns the length (in other words the number of characters) in the specified string. Example : a = LEN("Hello") // a is equal to 4')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<<<George<<<George Language Reference

  LEN(string)

Returns the length (in other words the number of characters) in the specified string.

Example :

a = LEN("Hello") // a is equal to 4