S
Steven
Hi,
Just starting with vb.net and was wondering how I remove an item from an
integer array.
From my investigations I think I need the array.copy method (I believe this
will mean creating/calling a Function that returns a new array back into my
original array, minus the "deleted" item)
In my specific example I have a 32-item array and wish to remove item 5.
Am I aon the right track with the array.copy idea?
Any and all replies greatly appreciated.
Regards
Steven
Just starting with vb.net and was wondering how I remove an item from an
integer array.
From my investigations I think I need the array.copy method (I believe this
will mean creating/calling a Function that returns a new array back into my
original array, minus the "deleted" item)
In my specific example I have a 32-item array and wish to remove item 5.
Am I aon the right track with the array.copy idea?
Any and all replies greatly appreciated.
Regards
Steven