M
Mike Stephens
I am having problems putting the RTF into a variable. Eg..
strText &= "FIRST TEXT"
strText &= RichTextbox1.RTF
strText &= "MORE TEXT HERE"
The problem is anything after the RTF is dropped off. If I look at the
strText it will have the "FIRST TEXT" and the content of the RTF file, but
not the "more text here"
Is this a bug or am I doing something so obvious that I can see it?
Regards,
Mike
strText &= "FIRST TEXT"
strText &= RichTextbox1.RTF
strText &= "MORE TEXT HERE"
The problem is anything after the RTF is dropped off. If I look at the
strText it will have the "FIRST TEXT" and the content of the RTF file, but
not the "more text here"
Is this a bug or am I doing something so obvious that I can see it?
Regards,
Mike