Goto:
4C Home
|
4C Docs
|
System PCLs List
sys.r_strip()
sys.r_strip()
Purpose:
-
sys.r_strip() strips all trailing <stripchar> characters from the end of
<originalstring>
Usage:
-
-
<aret> = sys.r_strip(<originalstring>,<stripchar>);
Arguments:
-
alpha <originalstring> - The alpha variable to strip trailing <stripchar>
characters from.
-
alpha <stripchar> - A string of length 1 indicating the character that should
be stripped from then end of <originalstring>.
Returns:
-
alpha <aret> - A copy of <originalstring> with the trailing <stripchar>
characters deleted.
Where Used:
-
sys.r_strip() can be called from anywhere.
Example:
-
Description:
-
Requirements
-
Bugs/Features/Comments:
-
-
See Also:
-
Sys PCLs List
Back to Top