S
Samuel Shulman
Hi
I wander there is a way to return ByRef just like passing ByRef
What I want to achieve is the following:
Call a method that returns an object
Use that call as an argument to a ByRef parameter then on the return I want
to access that Object directly that has a global scope
Currently the Original Object doesn't seem to pass and therefore it has no
value
Thank you,
Sam
I wander there is a way to return ByRef just like passing ByRef
What I want to achieve is the following:
Call a method that returns an object
Use that call as an argument to a ByRef parameter then on the return I want
to access that Object directly that has a global scope
Currently the Original Object doesn't seem to pass and therefore it has no
value
Thank you,
Sam