I know this must be simple, but I can not find it, and my VB corruption may be the reason why.
Is there some easy way to do the following?
Or do I have to loop through the elements of the array and fill the TempArray 1 element at a time?
(No big, its only 4 lines of code vs 2 lines, but I thought I would ask.
Is there some easy way to do the following?
Code:
Redim TempArray(UBOUND(RealArray)) TempArray() = RealArray()
(No big, its only 4 lines of code vs 2 lines, but I thought I would ask.
Comment