Previous Topic

Next Topic

Book Contents

Book Index

Default AutoEdit Resolution Process

The default %%RESOLVE statements are

Note: These statements perform the same function. You can use them to return to default resolve mode after an override is performed.

To resolve an AutoEdit expression, Control-O analyzes the expression from right to left. The expression is divided into its components, called tokens. Each token represents an AutoEdit variable to be resolved. During normal AutoEdit resolution, this process is normally performed once.

However, if an unresolved token exists after this process is performed, a second pass is performed on the entire expression. If an unresolved token still exists, then the expression remains unresolved and the current and subsequent DO statements are not performed.

Parent Topic

%%$RESOLVE