Previous Topic

Next Topic

Book Contents

Book Index

Searching for AutoEdit Variables

As each AutoEdit member is read by statement DO GETMEM, AutoEdit variables in that member are recorded in a list in the order they occur in the member. When resolving an AutoEdit variable, this list is searched from top to bottom. If the same variable name occurs in the list more than once (for example, because it occurs in more than one member), the first occurrence is used and other occurrences are ignored.

Parent Topic

AutoEdit Variables