Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
out macro id
#1
on occasion i find "out" lines left over from debugging code and then move the macro into "production" without commenting out the "out" lines and have forgotten what macro the "out" lines came from.

is there a way to output the macro id without referencing the macro name (cuz it changes sometimes) ie "qmitem("Macro5")".

Code:
Copy      Help
out macid
out "variable values etc."
#2
Code:
Copy      Help
;current function id
out getopt(itemid)
;current function name
out _s.getmacro(getopt(itemid) 1)
;thread entry function id
out getopt(itemid 3)


Forum Jump:


Users browsing this thread: 1 Guest(s)