LibreOfficeDev 25.8 Súgó
Definiál egy szubrutint.
[Private | Public] Sub name[(argument1 [As typename][, argument2[char][,...]])]
' utasítások
[Exit Sub]
' utasítások
End Sub
name: Name of the subroutine.
arguments: Optional parameters that you want to pass to the subroutine.