G
Guest
Hi, Does anyone have an example of how to paste or inserting an image into a rtf file? I have tried the following but the image is represented as a lot of weird letters and numbers
FileOpen(1, "c:\temp\Document.rtf", OpenMode.Binary, OpenAccess.Write
FilePut(1, "c:\temp\on.gif"
FileClose(1
Hope that somebody has an exampl
Thanks
FileOpen(1, "c:\temp\Document.rtf", OpenMode.Binary, OpenAccess.Write
FilePut(1, "c:\temp\on.gif"
FileClose(1
Hope that somebody has an exampl
Thanks