SUB/de
(Difference between revisions)
(→(**COPIED FROM ENGLISH PAGE**) =) |
(→Remarks) |
||
Line 15: | Line 15: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
− | = <span class="f_Header"> | + | = <span class="f_Header">Anmerkungen</span> = |
<div style="padding: 0px; margin: 0px 0px 0px 4px;"> | <div style="padding: 0px; margin: 0px 0px 0px 4px;"> | ||
{| width="587" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;" | {| width="587" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;" | ||
Line 23: | Line 23: | ||
| valign="top" width="100%" style="width: 511px; border: 1px solid rgb(0, 0, 0);" | | | valign="top" width="100%" style="width: 511px; border: 1px solid rgb(0, 0, 0);" | | ||
− | Name | + | Name der Sub-Prozedur, kann jeder nicht Reservierte Begriff sein. |
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
Line 30: | Line 30: | ||
| valign="top" width="100%" style="width: 511px; border: 1px solid rgb(0, 0, 0);" | | | valign="top" width="100%" style="width: 511px; border: 1px solid rgb(0, 0, 0);" | | ||
− | + | Name des/der Parameter. | |
|} | |} |
Revision as of 06:00, 19 February 2013
Contents |
Funktion
Definieren einer Sub-Prozedur.
Syntax
SUB Name[(var1 , … )]
Anmerkungen
Name |
Name der Sub-Prozedur, kann jeder nicht Reservierte Begriff sein. |
var1 |
Name des/der Parameter. |
You must end each subroutine with the END SUB statement.
You can copy the DECLARE SUB line and remove the DECLARE statement. This ensures that you have the right parameters.
See Also
FUNCTION , CALL , CONFIG SUBMODE
See the DECLARE SUB topic for more details.
Languages | English • Deutsch |
---|