Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sub procedures and property Set procedures cannot return values.
Error ID: BC30647
To correct this error
Change the current procedure to a function, or to a
Getproperty procedure if the current procedure is part of a property.You can effectively return values from
Subprocedures by modifying the value of parameters passed by reference using theByRefkeyword.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.