BSKNewArray

Module: BSKArray
BSKArray* BSKNewArray( BSKUI16 initLength );
Inputs: Returns: the new array.

Description: Creates and initializes a new array with a beginning capacity of 'initLength.' All elements are initialized to VT_NULL (see bskvalue.h). If initLength is 0, the array is initialized with a length of 0. The new array object is returned.

Return to the API
Return to the function listing


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)