CrArray: ValueInsert |
add the specified element to the array at the specified index
Public Function ValueInsert( ByVal Value As Variant, Optional Index As Variant ) As Boolean
The existing elements at and above the specified index are moved up.
Project crgenlib Overview Class CrArray Overview CrArray Properties CrArray Methods ValueGet ValueSet