P
Pedro
Guest
This is a part of my SKILL program (very easy to understand !);
for(i 0 N
p = dbCreateRect(myCellView... .... ... ...)
........... ; layer generation step
dbDeleteObject(p) ;
)
In this loop there is a layer generation step, which uses the objects
created by the loop.
Then I would like to delete those objects, but il dosen't work when
giving them a label and using dbDeleteObject() in the loop.
Does anybody can tell me how to do ?
Thanks a lot.
Pierre
for(i 0 N
p = dbCreateRect(myCellView... .... ... ...)
........... ; layer generation step
dbDeleteObject(p) ;
)
In this loop there is a layer generation step, which uses the objects
created by the loop.
Then I would like to delete those objects, but il dosen't work when
giving them a label and using dbDeleteObject() in the loop.
Does anybody can tell me how to do ?
Thanks a lot.
Pierre