Command: m
MOVE
Select objects: 1 found
Select objects:
*Cancel*
exceeded maximum number of selection sets
And I can't run any command. Restart ACAD and everythings is normal !
What error and the solution ? Thanks so much :)
(ADT 2K4 - WinXP pro)
Attempting to manage a large number of selection sets simultaneously is
not recommended. An AutoLISP application cannot have more than 128
selection sets open at once. (The limit may be lower on your system.)
When the limit is reached, AutoCAD refuses to create more selection
sets. Keep a minimum number of sets open at a time, and set unneeded
selection sets to nil as soon as possible. If the maximum number of
selection sets is reached, you must call the gc function to free unused
memory before another ssget will work.
----------------------------------------
and . . . .
----------------------------------------
gc Function
Forces a garbage collection, which frees up unused memory
(gc)
See Also
The Memory Management Functions topic in the Visual LISP Developer's Guide.
-----------------------------------------
bobb
There can only be 128 open selections sets.
<clip>
When an application has finished using a selection set, it is important to
release it from memory. You can do this by setting it to nil:
(setq ss1 nil)Attempting to manage a large number of selection sets
simultaneously is not recommended. An AutoLISP application cannot have more
than 128 selection sets open at once. (The limit may be lower on your
system.) When the limit is reached, AutoCAD refuses to create more selection
sets. Keep a minimum number of sets open at a time, and set unneeded
selection sets to nil as soon as possible. If the maximum number of
selection sets is reached, you must call the gc function to free unused
memory before another ssget will work.
</clip>
--
R. Robert Bell, MCSE
www.AcadX.com
"DeFuN" <nos...@autodesk.com> wrote in message
news:22862652.107236919...@jiveforum1.autodesk.com...
If you really need to have more selection sets open at once (which I
doubt), you can store the entities in your selection sets in lists.
Tom Berger
--
ArchTools: Architektur-Werkzeuge für AutoCAD (TM)
ArchDIM - architekturgerechte Bemaßung und Höhenkoten
ArchAREA - Flächenermittlung und Raumbuch nach DIN 277
Info und Demo unter http://www.archtools.de