Will overlay 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.
The overlay operation consists of replacing characters from data-str into the same relative location in the line's text only when there are blanks in the original data.
Compare the functionality of SPF_OVR to the O/OO edit line commands.
|