System Debug Reference Manual (32650-90888)
Chapter 11 489
System Debug Standard Functions
func strrtrim
func strrtrim
String right trim. Deletes trailing blanks from the source string.
Syntax
strrtrim (
source
)
Formal Declaration
strrtrim:str (
source
:str)
Parameters
source
The string from which all trailing blanks are to be deleted.
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, Restrictions
none
func strwrite
Returns a string which is the result of formatting one or more expressions in a manner
equivalent to that of the W (WRITE) command.
Syntax
strwrite (
valuelist
)
Formal Declaration
strwrite:str (
valuelist
:str)