RUNSUB

Executes a subroutine found in any of the 5 Modules in the current database.

RUNSUB(Subroutine)

PARAMETERS

Subroutine

The name of the subroutine to execute

EXAMPLE:
If you had a subroutine called EMAIL in Module1, you could call it from any other code in your application by using the following line of code:

RUNSUB(Email)