Every variable (previously defined of not) can be use in the configuration file with a syntax looking like $(varname).
For example, I defined a variable 'myvar' with initial value 10 by a 'Variable' tag like this:
Variable: Name = myvar ; Default = 10 ;
I can access it (for both read and write) by using $(myvar).