You are here: Function Reference > Alphabetical Listing > C > Chain

Chain

Use this function to call another calculation language file. A Chain statement must begin with CHAIN. There is no limit to the number of Chain statements you can use.

Syntax

CHAIN (Script)

Parameter

Description

Script

Enter the name of the DAL script file. You can omit the extension.

Example

Here are some examples:

CHAIN 'LastCalc'

or

CHAIN( 'LastCalc' )

These examples permanently call the calculation file named LastCalc. Processing does not return to the current script. No statements from the original script will be evaluated after the Chain statement.

See also