How to define Global Variables within Scripts, i.e. "on the fly"?

Hi Drunda

There probably is a way to do it directly in code, but it isn’t as straightforward as a simple assignment statement.

The global vars are stored in a file, GlobalVariables.glbl in your project folder on disk. What you could do, is prepare the file in advance, copy it to the relevant project folder, then run your suite.

A bit messy though…