Subroutine definitions and calls |
Overview |
Simple subroutine call |
' Call function with or without return value |
Subroutine with parameters and return value |
' Call function with parameters |
There is no need to use the Function keyword for a subroutine returning a value (See following example).
Other syntax of subroutine definitions |
' Call subroutine / method / function |
Subroutine overloading |
Project Project1 |
Reference parameter |
|