Announcement
Collapse
No announcement yet.
Filling Arrays
Collapse
X
-
Also, check out the PEEK function information in the Help file. It has an example of exactly what you want to do (copy one array to another).
-
Cliff,
look in the help file under MAT
Code:MAT a1() = a2() 'Assignment
Leave a comment:
-
Filling Arrays
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?
Code:Redim TempArray(UBOUND(RealArray)) TempArray() = RealArray()
(No big, its only 4 lines of code vs 2 lines, but I thought I would ask.Tags: None
Leave a comment: