OT New version 1
| OT New → Longint | |||
|---|---|---|---|
| Parameter | Type | Description | |
| Function result | Longint | ← | A handle to a new, empty object |
| Discussion | |||
Creates a new, empty object and returns it. The new object is added to internal list of objects. When you are finished with the object, call OT Clear to release the memory used by the object.
Warning Never attempt to pass any value to an ObjectTools routine other than that returned by OT New.
See Also

