
05-05-2004, 09:51 AM
|
|
Retired Contributor
|
|
Join Date: Mar 2002
Posts: 1,829
|
|
I was going to say the same thing. There's no reason to copy RTF text to a plain text box to save it "As plain text".
RTF1.SaveFile Path, rtfText
Quote:
vFlags = 1 ... saves as text
vFlags = 0 ... saves as RTFText
|
You have the 0 (plain text) and 1 (Rich text) right.
But rtfTEXT is const for plain text, or 1
rtfRTF is const for Rich Text.

|
|