Short_new |
Homepage Wrappers |
Creates a new Short object.
ShortObject := Short_new(value = 0)
| value | The value to initialize the Short object to. |
If the system has insufficient memory to create the object (very rare), zero will be returned.
;Creates a new Short initialized to 42
myShort := Short_new(42)