Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2693 Points
542 Posts
May 11, 2011 01:51 PM|LINK
If these methods are subroutines, then you can change them in to functions and add a return parameter.
Otherwise, the out keyword is best..... thanks to this you will avoid using global parameters.... so byref wasn't such a bad approach at the time....
interwandere...
Contributor
2693 Points
542 Posts
Re: VB 6 to .NET Migration use of ByRef
May 11, 2011 01:51 PM|LINK
If these methods are subroutines, then you can change them in to functions and add a return parameter.
Otherwise, the out keyword is best..... thanks to this you will avoid using global parameters.... so byref wasn't such a bad approach at the time....
.one of my (older) projects social tomorrow and