sdaiInsertByIndex
Syntax
// // Strong typing definition // void sdaiInsertByIndex( const SdaiAggr aggregate, SdaiInteger index, int_t valueType, const void * value ); // // Weak typing definition // void __declspec(dllexport) __stdcall sdaiInsertByIndex( const int_t * aggregate, int_t index, int_t valueType, const void * value );