NAME

iosDestroyObject - delete objects

SYNOPSIS

iosDestroyObject id ?id ...?

DESCRIPTION

This command deletes objects with given object id numbers on the IOSYS-server. The id should not be used anymore from now on.
Note, that you can only destroy objects, that your script has created. Regardless of the eventmask of the destroyed object no destroy object notification is sent to your application, so you have to handle that on your own.
Communiction to the server uses buffering, so you have to call iosFlush, if you want to see the command action immediately. Otherwise the buffer will only be flushed, if it is full.

The result is always an empty string.

KEYWORDS


Copyright © 1999 Gerhard Hintermayer.