< Rexx Programming < How to Rexx

The length function returns the length of the string argument.

Usage

length(STRING)

Examples

say length("Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch")    -- Returns 58

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.