Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM array output contains extra [enter]
#1
Is this normal?
Maybe I have something in my QM setup wrong or something I missed.
The 'a' and 'b' output contains an extra [ENTER]?
(at least in my QM, 2.4.10.0)

This outputs as expected.
out a[0]
out a[0]

Macro Macro8
Code:
Copy      Help
ARRAY(str) a
a[]="a"
out a
out a


ARRAY(str) b
b="b"
out b
out b

;; Expected output
str c="c"
out c
out c
 
Code:
Copy      Help
a

a

b

b

c
c


Messages In This Thread
QM array output contains extra [enter] - by r0n - 09-11-2020, 05:32 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)