Rexx Programming/How to Rexx/length
Appearance
The length function returns the length of the string argument.
Usage
[edit | edit source]length(STRING)
Examples
[edit | edit source]say length("Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch") -- Returns 58