Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a character that allows multi-line command?
#1
Is there a character that allows command to be continued across several lines? (Like in VB.net it is an underscore character. )
#2
No.

In QM 2.1.5, it is possible to place a string in multiple lines. Example:

str s=
;this is
;multiline
;string

outp s
#3
Perfect - that was really what I meant. I wanted to enter some long Combobox choices in a long string but it saves steps to enter one choice per line. Thank you


Forum Jump:


Users browsing this thread: 1 Guest(s)