Posts: 1,058
Threads: 367
Joined: Oct 2007
Congratulations for the new version with useful and nice ammendments. I have a minor question : Is it possible to ANSI-to_Unicode convert of a single macro in a more flexible way, other than through the Tools-Options tab?
Posts: 12,071
Threads: 140
Joined: Dec 2002
Macro
;converts text of currently open macro to Unicode
if(!_unicode) end "QM must be running in Unicode mode"
str s.getmacro("")
s.unicode(s CP_ACP)
s.ansi(s)
s.setmacro("")
Posts: 1,058
Threads: 367
Joined: Oct 2007