| ||
version 1.5
Sub remove Removes object from current hierarchy. The object may be afterwards added to other hierarchy. Set theImage = secondParagraph.getFirstElement(RT_OBJ_GRAPHIC) if Not theImage is Nothing then$ theImage.remove firstParagraph.add theImage End if |