Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Including quotation marks in macro text
#1
Hi!

I'm creating macros for HTML and CSS work. I tried using the ASCII code in parentheses, as explained in the help file, but no quotation marks print.

Example:

:key cellpadding=(22)3(22)
to get "3"

Can you show me the right way?

Thanks!

Bob
- Bob
#2
Code:
Copy      Help
key "cellpadding=''3''"
or
key "cellpadding=[34]3[34]"
or
key "cellpadding=[0x22]3[0x22]"
or
key cellpadding=S'N3S'


Forum Jump:


Users browsing this thread: 1 Guest(s)