A
Adam Honek
Is there a direct way to remove one entry from a one dimensional array?
I keep looking but either my eyes are funny or it isn't there.
Must we really create a temp array and copy all but 1 of the entries over to
delete one entry?
All I want to do is remove an entry at a specified index and then have the
ubound(array) go down -1.
Thanks in advance,
Adam
I keep looking but either my eyes are funny or it isn't there.
Must we really create a temp array and copy all but 1 of the entries over to
delete one entry?
All I want to do is remove an entry at a specified index and then have the
ubound(array) go down -1.
Thanks in advance,
Adam