EDIT

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

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