RPT

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


Syntax:     RPT(string,count)

Defn:       A CI evaluator function that repeats a string (in
            forward or reverse order) a specified number of times.

Type:       String

Example:    rpt('aBc',3)
Result:     aBcaBcaBc
Example:    rpt('aBc',-3)
Result:     cBacBacBa

Back to Main Index