May 13, 2004 #1 Hmo Electrical Joined Nov 1, 2003 Messages 42 Location BE 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
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
May 14, 2004 #2 twlincoln Electrical Joined Jan 24, 2003 Messages 65 Location US Set OSMODE=0 (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 Upvote 0 Downvote
Set OSMODE=0 (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