How to save TextArea text preserving formatting?
BlitzMax Forums/MaxGUI Module/How to save TextArea text preserving formatting?| 
 | ||
| Hello, I'm using TextArea to make a rich editor, but I cannot find a way to save text and text formatting (colors, styles, etc...). Please can you help me? Thank you! | 
| 
 | ||
| You will have to find a way of saving in a certain format. This could be anything you like, e.g.: use html like notation: Normal Text <b>Bold Text</b> |