Table of Contents

Begin procedure

This action allows you to start a procedure declaration.

A procedure contains actions inserted between a Begin procedure action and a End procedure action. A procedure can be called using a Call procedure action or any "If true/false/etc" parameter. When the actions contained within the procedure have been executed the execution automatically jumps after the action that made the procedure call.

Procedures have the following limitations:

Note also that:

[Added in Actionaz 3.4.0.]

Standard parameters

Input parameters

Name

The name of the procedure.

Exceptions