REPLACE sub_string WITH

Reference

Syntax

REPLACE sub_string WITH new INTO dobj
        [IN {BYTE|CHARACTER} MODE]
        [LENGTH len].


Effect

Obsolete: Searches for a byte or character string sub_string in the variable dobj and replaces it with the content of new.

Additions