OS/2 Procedures Language 2/REXX


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


LENGTH




 >>--LENGTH(string)-------------><

LENGTH returns the length of string. 
Here are some examples: 

LENGTH('abcdefgh')    ->    8
LENGTH('abc defg')    ->    8
LENGTH('')            ->    0
  

Inf-HTML End Run - Successful