Talk:Visual Basic/Functions and Subroutines
Add topicAppearance
Why don't you give an example that passes an array as a parameter?
How to do a premature return, i.e. why does the following not work
Sub foo(x as Integer) if (x = 1) then return '// how to exit foo??? end if End sub
Start a discussion about Visual Basic/Functions and Subroutines
Talk pages are where people discuss how to make content on Wikiversity the best that it can be. You can use this page to start a discussion with others about how to improve Visual Basic/Functions and Subroutines.