Does anyone have a macro that emulates the old "Convert to DOS" command from the version 4.7 era of TextPad? I used to use it to convert messy text from MS Word into plain text (removes fancy quotes, etc), but the function no longer exists so I was wondering if someone had a macro that does the same thing.
My workflow used to be Copy from Word -> Paste into TextPad -> Convert to DOS -> Copy from Textpad into my HTML editor. I'd like to emulate that as much as possible.
Macro that emulates the Convert to DOS command ?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
There is a downloadable Macro called "Special Characters" with a description of "Macro which will convert all special ASCII characters to their HTML entities."
http://www.textpad.com/add-ons/macros.html
http://www.textpad.com/add-ons/macros.html
(2[Bb]|[^2].|.[^Bb])
That is the question.
That is the question.
Thank you - I'll give this a shot.kengrubb wrote:There is a downloadable Macro called "Special Characters" with a description of "Macro which will convert all special ASCII characters to their HTML entities."
http://www.textpad.com/add-ons/macros.html
Bill