Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM 2.3.0.1 - Convert
#1
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?
#2
Macro
Code:
Copy      Help
;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("")
#3
Many thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)