Macro Compiler    Unacceptable codeblock contents.                   │D│ │ │ │

Clipper Version 1.29 dtd 04/15/91.

Problem Statement

The macro compiler cannot handle the following types of things when
attempting to compile a code block:

1) Assignment, Increment and Decrement Operators; e.g., :=, ++.

2) A nested code block.

Cause

Unknown.

Work Around(s)

When possible, substitute an acceptable expression; e.g., var + 1.