Escape sequences



My program is putiing a string onto the clipboard, which is then pasted by
the user into a text field in another application.

I would like part of it to be displayed in bold when pasted.

In the DOS days, didn't we used to do this with an "escape sequence"?
CHR(27) + ....?

I can't see a way to do it now. Any suggestions would be appreciated.

TIA
Andrew McGurk


.



Relevant Pages