Gary Willoughby: >is it possible to use global variables spanning modules?< Why don't you use a __gshared module-global var, and then import it in all the modules where you need it? Bye, bearophile