You have to define a name for your program. With this name, you can later also call it from inside other programs.

This section is mandatory.

Syntax

Function FunctionName

Function

Reserved word

FunctionName

Choose a name for your program (see Naming Conventions)

When calling a function (program), you have to spell its name exactly the same as in its definition.

Example

Create a program with the name MyIndicator:

Function MyIndicator