View Full Version : _.PSELECT doesn't work in 2005 Map
VERYCIVILDRAFTER
15th Nov 2005, 11:13 pm
Does anyone, have any flipping clue why _.PSELECT and SELECT doesn't work in AutoCAD Map 2005? Am I missing a system variable, or a service pack, or anything.... I don't care what I have to do, I just need SELECT and PSELECT to work. :shock:
VERYCIVILDRAFTER
15th Nov 2005, 11:55 pm
Maybe as a work around... would a lisp be able to choose my previous selection set (made by a filter) to grips??? Not that i know how to do that...
some kind of (ssget "P") (sssetfirst xx xx) gobble dee gook
CarlB
16th Nov 2005, 12:42 am
You were close VCD!
(sssetfirst nil (ssget "p"))
VERYCIVILDRAFTER
16th Nov 2005, 01:04 am
Thanks CarlB :D
I finaly have a work around. :lol:
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.