I think I'll re-phrase the question incase it was wrong in some way. Ok, coders out there, do you write Variables on the fly i.e add ones as you write code or do you have a plan ahead for the Variables. Variables can be global, public, private and declaring them in the right portion of code will allow/deny access or functionality. How then do you derive the variables because they will be referenced by different tasks or scripts?