MODIFYSCRIPT and Microsoft SSIS Global Variables 
You can use the Global instruction to create a global variable that can be used in any part of the Microsoft SSIS package. The Global instruction has the following syntax:
Global (variablename, value)
Variablename is the name of the variable and value is the text string the global variable represents.