Previous Topic: Determining the Usage of an Access PathNext Topic: Understanding Arrays


Defining Arrays

This chapter contains procedures for defining, editing, renaming, and deleting an array. An array is a structure that stores sets of data within a function. The contents of an array are available only as long as the function is active. The structure has a defined layout and each entry (element) of the structure has the same layout. Define this layout with any set of fields from the model, such as attribute, code, and function fields.

Use arrays to:

Programmers (*PGMR) and designers (*DSNR) can define arrays.

This section contains the following topics:

Understanding Arrays

Structuring Field Data Using Arrays

Passing Parameters

Defining an Array

Editing an Array

Deleting an Array