OSNAP - OTRACK
OSNAP - OTRACK
(OP)
Does enybody know the following:
i'have an existing lisp-routine. I want to modify that before the current program starts my OSNAP & OTRACK is turned off.
Is it possible. Yes?? Let me know how please.
regards,
HMO
i'have an existing lisp-routine. I want to modify that before the current program starts my OSNAP & OTRACK is turned off.
Is it possible. Yes?? Let me know how please.
regards,
HMO





RE: OSNAP - OTRACK
(command "osmode" "0")
Set AUTOSNAP=0
(command "autosnap" "0")
(or in your LISP trp their values prior to your routine and then set them to 0 and reset them when finished)
- Tracy