I wrote a dxl-script that reads out certain requirements in one module and place a new objct with some of its data in another module. Everything works just fine until there are pictures included. If there is a picture in the object heading and I want to copy this heading into another object, it simply fills in the text and skips the picture. Is there a way to cope with this?
Thanks in advance!
Suppose
o1
is the source object with an "image" in itsObject Text
, while,o2
is the target object. Let's copy all plain text, rich text and images(ole) fromo1."Object text"
too2."Object Text"
: