L
Laurel
Is there a way to put a parameter in a function and let the caller see the
changed value? In another language I would do it by declaring the parameter
this way as_StringParam by reference.
If not, how do I get at more than one result in a function or sub? I have
a function which returns a value I want, but I'd also like to get at the
values in an array that it creates when it does it's thing. I'd like to
make it a reference parameter, but can't see a way to do it in VB for
applications.
changed value? In another language I would do it by declaring the parameter
this way as_StringParam by reference.
If not, how do I get at more than one result in a function or sub? I have
a function which returns a value I want, but I'd also like to get at the
values in an array that it creates when it does it's thing. I'd like to
make it a reference parameter, but can't see a way to do it in VB for
applications.