EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

new

Creating an object. The function creates an object of the specified type.

func uint new (
   uint objtype
)

Parameters

objtype The identifier or the name of a type.

Return value

The pointer to the created object.


new

The function creates an object with specifing the count and the type of its items.

func uint new (
   uint objtype,
   uint oftype,
   uint count
)

Parameters

objtype The identifier or the name of a type.
oftype The type of object's items.
count The initial count of object's items.

Return value

The pointer to the created object.

Related links

Source

Edit