SUB/de

(Difference between revisions)
Jump to: navigation, search
(Created page with "= <span class="f_Header">Action</span> = Defines a Sub procedure. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <span c...")
 
m (1 revision)

Revision as of 21:16, 15 February 2013

Contents

= (**COPIED FROM ENGLISH PAGE**) === Action

Defines a Sub procedure.

 

 

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