09-11-2020, 05:32 AM
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
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
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