LENGTH

Read syntax diagramSkip visual syntax diagram
>>-LENGTH--(--string--)----------------------------------------><

returns the length of string.
Here are some examples:
LENGTH('abcdefgh')    ->    8
LENGTH('abc defg')    ->    8
LENGTH('')            ->    0

Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.rexx.doc//dfhrx/length.html