BSKPutElement

Module: BSKArray
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


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