Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM 2.3.0.1 - Convert
#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("")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)