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