length

From RPTools Wiki
Revision as of 02:34, 9 March 2009 by Verisimilar (talk | contribs) (Applied Template:MacroFunction)
Jump to navigation Jump to search

length() Function

Returns the length of a string.

Usage

[h: len = length(str)]

Example

[r, length("abcde")]
Returns 5