Previous Topic: Explicit Subscripting ExampleNext Topic: How CA Gen Supports OLE


Implicit Subscripting Example

 --- FOR EACH elephants
|        SET elephant_size TO elephantine
 ---

Note: Using implicit subscripting eliminates the need to initialize, maintain, and test the subscript value.

Certain action diagram constructs apply only to explicitly indexed repeating group views:

SUBSCRIPT OF, LAST OF, and MAX OF are used in numeric expressions

SUBSCRIPT OF and LAST OF can be the target of a SET statement.