LEN()

From TVPaintWiki
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