length

From RPTools Wiki
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