I have worked out the find text and replace, now i am looking to find text and replace with image.
Find <IMAGE_001> and replace it with a bitmap/jpeg image.
Replace text with an Image
-
- Site Admin
- Posts: 17524
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
It's the same.
Instead of
write
Instead of
Code: Select all
if rve.SearchText(...) then
rve.InsertText(...);
Code: Select all
if rve.SearchText(...) then
rve.InsertPicture(...);