Shifting Array Elements
"Alan Beban" wrote in message
...
Perhaps
(1 to 39999)
RedDim testarray(1 to 40000)
testarray(40000) = "newValue"
Alan Beban
Hi Alan,
Would that not shift rather more than the first item out of the array?
---
Regards,
Norman
,
|