Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001
Syntax: LTRIM(string[,trimstr])
Defn: A CI evaluator function that trims the left end
of a string. Default trimstr is a blank.
Type: String
Example: 'X'+ltrim(' abc')
Result: Xabc
Back to Main Index