![]() |
System Debug Reference Manual
> Chapter 10 System Debug Standard Functionsfunc strltrim |
|||||||||||||||||||||||
|
Syntaxstrltrim (source) Formal Declarationstrltrim:str (source:str) Parameters
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, RestrictionsNone
|