length: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Applied Template:MacroFunction)
(No difference)

Revision as of 02:34, 9 March 2009

length() Function

Returns the length of a string.

Usage

[h: len = length(str)]

Example

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