hello,
need some help for a small text editor
My job system need to stay alway connected (lan, internet) to works.
So i script a small text editor to allow my user to work offline and then send to system.
It does simple task, count chars, save to disk, send to mail, etc.
Now i need to add a simple code menagement. Text effect as BOLD, italic, underline,
are based on open/close tag, so i think to intercept highlight text, add my special codes,
ruturn modified text to editor/user.
Exist any function that i can use ?
thank you for any help,
m.