dave
05-10-2006, 06:33 PM
1. Browse to PID-SUP.LSP
2. Search for (setq szout (sizsort szout
3. Set the following (NOTE: Basically remarking out the T and adding a nil value):
;(setq szout (sizsort szout t) ;; sizes are sorted from
(setq szout (sizsort szout () )
4. Save and Exit.
When I do this, it works...except it messes up my reducers. Anyone else have this problem?
2. Search for (setq szout (sizsort szout
3. Set the following (NOTE: Basically remarking out the T and adding a nil value):
;(setq szout (sizsort szout t) ;; sizes are sorted from
(setq szout (sizsort szout () )
4. Save and Exit.
When I do this, it works...except it messes up my reducers. Anyone else have this problem?