If the parameter nStart is greater than 0, the values at the array positions before nStart will be ignored by the insertion. This allows to keep a set of unordered values at the beginning of the array.
@param nValue The value to insert into the array @param nStart The position to start comparing values @return The position at which the new value has been inserted
|
|