|
InsertArray
Inserts elements of one array from the specified position of another array.
bool InsertArray(
|
Parameters
src[]
[in] Reference to an array used as a source of elements to insert
pos
[in] Position in the array to insert
Return Value
true - successful, false - cannot insert items.
Example:
//--- example for CArrayChar::InsertArray(const char &[],int)
|