SUB/de

(Difference between revisions)
Jump to: navigation, search
m (1 revision)
((**COPIED FROM ENGLISH PAGE**) =)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) === <span class="f_Header">Action</span> =
+
= <span class="f_Header">Funktion</span> =
  
Defines a Sub procedure.
+
Definieren einer Sub-Prozedur.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>

Revision as of 06:57, 19 February 2013

Contents

Funktion

Definieren einer Sub-Prozedur.

 

 

Syntax

SUB Name[(var1 , … )]

 

 

Remarks

Name

Name of the sub procedure, can be any non-reserved word.

var1

The name of the 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  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language