Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reset
#10
In QM, when you declare several local variables of same type, they are located as array, so this works:

Code:
Copy      Help
str a b
str c d
a="test1"
b="test2"
c="test3"
d="test4"

str* p=&a
int i
for(i 0 4) p[i].all


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)