Is there any way to embed characters/codes/data/etc. within a text file so that when the script reads the text file to populate the edit box, said characters/codes/data/etc. can let the script know this word needs to be capitalized, that word needs to be underscored, etc.?
For example, the text file would contain something along these lines...
<bold>This is the title</bold>
This is a <italic>sample</italic> text file.
This is <underscore>only</underscore> a text file.
Does that make sense?
Thanx.