EDIT

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

Back to Main Index


Syntax:     EDIT(string,editstr[,start])

Defn:       A CI evaluator function that offers full REDO-like
            editing of a string.

Type:       String

Example:    edit('abcdefg','>dd')
Result:     'abce'
Example:    edit('ab cd;g','dwd')
Result:     'cd;g'

Back to Main Index