Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to wrap macro text in editor window?
#1
Some of my clunky macro lines seem to go on for several feet...
Is there a way to wrap a line within the editor window?

I notice none of the examples wrap, so maybe it's not (yet) possible...
#2
It is not possible.

Often lines become long due to long multiline strings, eg "line1[]line2[]...". It is possible to write such strings as comments and assign to a variable. Then escaping is not used.

str s=
;line1
;line2
;...
#3
Thanks, I'll try doing that.


Forum Jump:


Users browsing this thread: 1 Guest(s)