Page 1 of 1

Removing Object from List

Posted: 2009-05-11 11:00:22
by joemclutz
Hi!

Is there any way for removing one or more objects in Injection's Object List from script? (the opposite of UO.AddObject() )

Thank You!
Joe

Posted: 2009-05-11 16:43:50
by Everix
meybe?
use addobject, then get id of that object, and then ignore it?

If i understood right!

Posted: 2009-05-11 18:17:45
by joemclutz
First of all, thanks for your reply.

No, I do really need to delete the object entry from the list of objects you can see in the "Objects" TAB: just like when you click on "Delete" button after you selected one object.

Thanks.
Joe

Posted: 2009-05-11 19:02:08
by Successful
injection.xml

Posted: 2009-05-11 19:53:09
by joemclutz
Successful wrote:injection.xml


...from within an Injection macro...