BSKArray* BSKNewArray( BSKUI16 initLength );Inputs:
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