I just wrote a simple skill routine to do this, the skill is shown below: procedure(DelAllOutsideBox() let(() (axlSetFindFilter ?enabled list("all" "nodrcs" "invisible") ?onButtons list("all" "nodrcs")) (axlAddSelectAll) (axlSubSelectBox) (axlDeleteObject (axlGetSelSet)) ) ) Then in Allegro I ran: skill load "delallout.il" skill DelAllOutsideBox() followed by 'save_as' and 'quit' Below is the jrl file entries: \i (00:00:34) skill 'load "delallout.il"' (00:00:34) t \i (00:00:54) skill DelAllOutsideBox() \i (00:01:01) pick grid -1810.82 4445.00 \t (00:01:01) last pick: -1810.82 4445.00 \i (00:01:04) pick 5654.26 -1218.50 \t (00:01:04) last pick: 5654.26 -1218.50 (00:01:04) t \i (00:01:10) save_as \i (00:01:19) fillin "empty.brd" \i (00:01:19) generaledit \i (00:01:23) quit
↧