Macro variables

The only way to keep code like this from hanging up the macro processor indefinitely (and from producing huge files in your space), is to impose loop limits. By default they are 250 loops for WHILE and 100 recursive calls. After these limits are reached, the macro processor steps in and breaks the cycle. ................
................