WORDS

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

returns the number of blank-delimited words in string.
Here are some examples:
WORDS('Now is the time')    ->    4
WORDS(' ')                  ->    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/words.html