Will overlay replace text in line-ptr with data-str starting at the indicated column col-num. Other text in the line is unaffected. If needed, the line's text will be extended with blanks to col-num - 1 before data-str is copied in.
Overlay replace consists or replacing characters from data-str into the same relative location in the lines text only when the characters in data-str are non-blank. i.e. similar to the previous SPF_OVR except here non-blanks in data-str take precedent over the original text. In SPF_OVR, non-blanks in the original text take precedent.
Compare the functionality of SPF_OVR_REP to the OR/ORR edit line commands.
|