![]() |
System Debug Reference Manual
> Chapter 11 System Debug Standard Functionsfunc strrtrim |
|||||||||||||||||||||||
|
Syntaxstrrtrim (source) Formal Declarationstrrtrim:str (source:str) Parameters
Examples$nmdebug > wl strrtrim(" A string with extra blanks. "):"qo" " A string with extra blanks." %cmdebug > = strltrim(strrtrim(" ABCD ")) "ABCD"Delete both leading and trailing blanks. Limitations, Restrictionsnone
|