Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Re-Dim (*solved*)
#3
Passing arrays in a parameter is not supported (yet).
The best way to do this is:
Code:
DIM MyArray As ... => ...
...
...
MyOtherArray = MyArray 'Copies MyArray into MyOtherArray
Is that what you meant?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)