length: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(No difference)

Latest revision as of 23:59, 15 March 2023

length() Function

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

Usage

length(str)

Example

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