Sub Statement

उपकार्यतालिकाहरू परिभषित गर्दछ ।

वाक्य संरचना

Sub Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]

कथन खण्ड

End Sub

परामितिहरू:

Name: Name of the subroutine.

VarName: Parameter that you want to pass to the subroutine.

प्रकार:प्रकार-घोषित कुञ्जी शब्द ।

उदाहरण:

Sub Example

    ' का केही कथनहरू

End Sub