14.09.2018, 08:23
I would like to delete the "Object Name" of several Object with a script. Any idea?
thanks
thanks
Erase Object Name
|
14.09.2018, 08:23
I would like to delete the "Object Name" of several Object with a script. Any idea?
thanks
14.09.2018, 08:26
Can you explain the use case for that?
14.09.2018, 08:50
I created an interface that helps me to set up my script and I want to erase it at the end without breaking my script
14.09.2018, 11:30
You can remove objects via grp.delete function. But if you need something temporary you should use storage instead of objects.
18.09.2018, 08:56
19.09.2018, 06:32
Then the only way is via a db query (reload web interface for changes to appear):
Code: id = buslib.encodega('1/1/1')
19.09.2018, 08:14
it works. thank you!
|
« Next Oldest | Next Newest »
|