cobol1.hlp (Topic list)
CBL_TOLOWER Details (↑ Text Routines)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Description:
 
     The routine starts at the left-hand end of string and converts
     letters to lower case (also called folding to lower case).
 
  Parameters on Entry:
 
     string                  The string to convert.
 
     length                  The number of bytes of string to change;
                             positions beyond this are unchanged.
 
  Parameters on Exit:
 
     string                  The converted string.
                                    -♦-