I'm trying to replace content using cursor_reach() and body_add_par(... pos="on").
When the content is inside a shape (say, in a rectangle), the first occurrence of body_add_par() deletes all the content from the document (and any further cursor_reach() attempts will fail).
I'm trying to replace content using
cursor_reach()
andbody_add_par(... pos="on")
. When the content is inside a shape (say, in a rectangle), the first occurrence ofbody_add_par()
deletes all the content from the document (and any furthercursor_reach()
attempts will fail).