OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


WORDS




 >>---WORDS(string)--------><

WORDS returns the number of blank-delimited words in string. 
Here are some examples: 

WORDS('Now is the time')    ->    4
WORDS(' ')                  ->    0
  

Inf-HTML End Run - Successful