HP 3000 Manuals

func strltrim [ System Debug Reference Manual ] MPE/iX 5.0 Documentation


System Debug Reference Manual

func strltrim 

String left trim.  Deletes leading blanks from the source string.

Syntax 

     strltrim (source)

Formal Declaration 

     strltrim:str (source:str)

Parameters 

 source          The string from which all leading blanks are to be
                 deleted.

Examples 

     $nmdebug > wl strltrim("  A string with extra blanks.  "):"qo" 
     "A string with extra blanks.  "

     %cmdebug > = strltrim(strrtrim("   ABCD    ")) 
     "ABCD"

Delete both leading and trailing blanks.

Limitations, Restrictions 

none



MPE/iX 5.0 Documentation