Reserve Data Member Function

Gets or sets the reserve allocation. Note: this does not change the array count, it merely changes the size of the underlying buffer.

Prototype

int32 Reserve( int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountAn <int32> representing the number of bytes to set as the reserve.

Examples

Copy Text To Clipboard

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