length

From RPTools Wiki
Revision as of 22:18, 9 February 2023 by Conversion script (talk | contribs) (Conversion script moved page length to Length without leaving a redirect: Converting page title to first-letter uppercase)
Jump to navigation Jump to search

length() Function

Introduced in version 1.3b48
Returns the length of a string.

Usage

length(str)

Example

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