Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004
Syntax: RTRIM(string[,trimstr])
Defn: A CI evaluator function that trims the right end
of a string. Default trimstr is a blank.
Type: String
Example: rtrim('abc ')+'X'
Result: abcX
Example: rtrim('abc...','.')+"X"
Result: abcX
Back to Main Index