void BSKPutElement( BSKArray* array, BSKUI16 index, BSKValue* value );Inputs:
Description: If the array is smaller than the index indicated by 'index', the array is grown to encompass that index. The value at that index is then invalidated, and the new value is dereferenced into that index.
Return to the API
Return to the function listing