Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
debug or "step" mode?
#1
When I used to write macros in Lotus 1-2-3, it had a "step mode" for debugging that would execute only one keystroke at a time and wait for the space bar before each keystroke. Is there a similar mode in QM? If not, can you suggest some debugging tips? I suppose I could manually insert

wait 0 K C

to wait for the Control Key at specific points. Anything quicker than that?

This is, by the way an amazing program, and the attention to customer support, just fabulous. What fun!

Craig Big Grin
#2
Quick Macros does not have a debug mode. Usually I use out or mes to control what code is executed.

Code:
Copy      Help
;...
out 1
;...
out 2
;...
mes 1
;...


Forum Jump:


Users browsing this thread: 1 Guest(s)