z/OS TSO/E REXX Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


WORDS

z/OS TSO/E REXX Reference
SA32-0972-00

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014