Hi Friedrich,

with a few tricks, I'm creating local namespaces for my variables in my
include scripts to prevent, that an accidental double used variable name
(in my include script and my main scirpt) affects each other.

To do this with with include script calls over more than one "level" or
with recursive include script calls, I need one of the following
possibilities:

- increment and decrement a compiler variable
- create a guid in a compiler variable at compile time (must be possible
multiple times)

Do you see a chance to add any of these features?

Thanks in advance
Markus

p.s: As a work around, I can do this with "run..." and "get ini value"
and an external programm, but this is very ugly...