Wish File.WriteRichString and File.ReadRichString

Turbo3

Active Member
Licensed User
Longtime User
I would like to be able to write and read RichStrings directly to and from a File. If I use File.WriteString it strips off all the richstring information and just saves it as plain text.

I want to process a string with tags into a richstring and then save the richstring to a file so it can be read back directly into an richstring variable.
 
Top