Sub Statement [Runtime] /text/sbasic/shared/03090409.xhp Sun Microsystems, Inc. converted from old format - fpe
Sub;statementSub Statement [Runtime] Defines a subroutine.
Syntax see Parameter statement block [Exit Sub] statement block End Sub Parameters: Name: Name of the subroutine . VarName: Parameter that you want to pass to the subroutine. Type: Type-declaration key word. Name: Name of the subroutine. VarName: Parameter that you want to pass to the subroutine. Type: Type-declaration key word. Example: Sub ExampleShell end sub