Re: How to pass an dynamic array between modules?
- From: "The Frog" <andrew.hogendijk@xxxxxxxxxxxx>
- Date: 30 Mar 2007 02:53:58 -0700
Hi Troy,
You can also pass the array to a sub the same way as a function, as
long as you use the byref keyword.
If you make the array global it will be available to everything, and
if you simply dim it inside a procedure it will be destroyed at the
end of the procedure.
The key here in using it is to make sure you use the ByRef keyword
when passing it around if you want to 'send' it to a sub or function.
Cheers
The Frog
.
- References:
- How to pass an dynamic array between modules?
- From: Troy
- Re: How to pass an dynamic array between modules?
- From: Stephen Lebans
- How to pass an dynamic array between modules?
- Prev by Date: Re: Copy and Paste from Excel problem
- Next by Date: Report Filter
- Previous by thread: Re: How to pass an dynamic array between modules?
- Next by thread: Logout idle users and discard changes
- Index(es):
Relevant Pages
|