-
Notifications
You must be signed in to change notification settings - Fork 0
CommentAfterSub
Nonki Takahashi edited this page Apr 24, 2017
·
3 revisions
Write comments for subroutines after each Sub. Because comments before Sub are treated as a part of previous subroutine or main in Visual Basic code generated with [Graduate] command.
Sub Dummy
' Dummy subroutine
EndSub
instead of
' Dummy subroutine
Sub Dummy
EndSub
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.