1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22 23 24 25<helpdocument version="1.0"> 26<meta> 27<topic id="textsbasicshared03090409xml" indexer="include" status="PUBLISH"> 28<title id="tit" xml-lang="en-US">Sub Statement [Runtime]</title> 29<filename>/text/sbasic/shared/03090409.xhp</filename> 30</topic> 31</meta> 32<body> 33<section id="sub"> 34<bookmark xml-lang="en-US" branch="index" id="bm_id3147226"><bookmark_value>Sub statement</bookmark_value> 35</bookmark> 36<paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03090409.xhp" name="Sub Statement [Runtime]">Sub Statement [Runtime]</link></paragraph> 37<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U" oldref="2">Defines a subroutine.</paragraph> 38</section> 39<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax</paragraph> 40<paragraph role="code" id="par_idN105E7" xml-lang="en-US" l10n="NEW">Sub Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]</paragraph> 41<paragraph role="code" id="par_id3147530" xml-lang="en-US" l10n="U" oldref="5">statement block</paragraph> 42<paragraph role="code" id="par_id3146795" xml-lang="en-US" l10n="U" oldref="8">End Sub</paragraph> 43<paragraph role="heading" id="hd_id3153525" xml-lang="en-US" level="2" l10n="U" oldref="9">Parameters:</paragraph> 44<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U" oldref="10"> 45<emph>Name:</emph> Name of the subroutine.</paragraph> 46<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US" l10n="U" oldref="11"> 47<emph>VarName:</emph> Parameter that you want to pass to the subroutine.</paragraph> 48<paragraph role="paragraph" id="par_id3154908" xml-lang="en-US" l10n="U" oldref="12"> 49<emph>Type:</emph> Type-declaration key word.</paragraph> 50<paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="2" l10n="U" oldref="16">Example:</paragraph> 51<paragraph role="code" id="par_id3151113" xml-lang="en-US" l10n="U" oldref="17">Sub Example</paragraph> 52<paragraph role="code" id="par_idN1063F" xml-lang="en-US" l10n="NEW">REM some statements</paragraph> 53<paragraph role="code" id="par_id3154319" xml-lang="en-US" l10n="U" oldref="19">end sub</paragraph> 54</body> 55</helpdocument> 56