|
 |
On 2/9/23 06:02, Kenneth wrote:
> Just discovered that your full original code example (WITH #debug) works OK, if
> the #local inside the macro is changed to #declare. Why that should matter, I
> don't know.
A #local has to be declared in a temporary location, then released when
the macro returns. This is opportunity for an allocation/de-allocation
mix-up that doesn't occur with #declare.
Post a reply to this message
|
 |