Document Automation Language controls every aspect of the calculation. You control what type of calculation takes place, the sequence of the calculation, and where the calculation result is placed in the form set. It is important that you understand the calculation language as you write scripts. The calculation language consists of:
Assignment statements are used to place a value from the right side of an equation into a target variable on the left side of an equation.
Flow control statements manage the sequence of the calculation. These language statements direct the order in which the calculation is executed and the placement of the calculation result within the form set.
These statements return target variable data to the section variable fields.
Note | You can also get information about the various DAL keywords in the Keyword Reference. |
© Copyright 2012, Oracle and/or its affiliates. All rights reserved. Legal notices.