Thanks Simon, that will do the trick for now.
I am saddened to find that you have developed your own templating (scripting) language from scratch, having numerous limitations in my eyes, when it is so easy to take an existing scripting implementation, like VBScript, Groovy, etc, and wrap it with your domain specific language. Not only do you use a familiar syntax, but also gain from existing functionality and tools like design-time syntax highlighting, code completion, debugging tools, etc. that come with most interpreter implementations. In general: Do not re-invent the wheel.
That said, I can complement you on an otherwise feature rich and stable product. We are proud users of your product. Keep up the good work.