RPT

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

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