Add Data Member Function

Adds a value to the end of the array.

Prototype

int32 Add( int64 value )

Parameters

Parameter Type Parameter Name Documentation
int64valueThe value you wish to add to the array.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.