I would know how to concat files and text.
I have a RVF files who is my email signing.
And then I want to put text before this sign.
I begin to do a loadRVF, it's okay, I see my sign.
But I want to put text before, I use ParaNo on the Add function with -1 or 0 but it's always at the end of my text...
Here is my code:
Code: Select all
rvDocument.LoadRVF(sLink);
rveDocument.Add('my message', -1);
Thanks