|
Insert
Inserts an element to the specified position in the array.
bool Insert(
|
Parameters
element
[in] Value of the element to be inserted into an array
pos
[in] Position in the array to insert
Return Value
true - successful, false - cannot insert the element.
Example:
//--- example for CArrayString::Insert(string,int)
|