Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
replacerx and carriage returns
#2
Escape sequences can be used only in code, not in text that macro gets from somewhere else. Unless you use str.escape.

Macro
Code:
Copy      Help
str s
inp- s "Type text with QM escape sequences"
out "------"
out s
out "------"
s.escape(0)
out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)