The file: GlobalVariable22.p.dll or similar, is my updated version of the TradeStation Globalvariable.dll file. I've added several new functions to this version to support the writing of a Global Variable dump function/indicator in EasyLanguage. To use this updated DLL 1. Save any previous version of Globalvariable.dll somewhere safe in case for any reason you want to restore it. 2. Save an un-renamed copy of the new file somewhere on your disk for future reference if needed. 3. Make a copy of the new file and rename it to Globalvariable.dll 4. Place this new Globalvariable.dll in your TradeStation Program directory ( e.g. C:\Program Files\TradeStation 8.0 (Build 1869)\Program ) -- These are the declarations you would use in EasyLanguage to access the new functions I've compiled into the DLL: DefineDLLFunc: "GlobalVariable.dll", int, "GV_GetNamedIntCount", int ; DefineDLLFunc: "GlobalVariable.dll", int, "GV_GetNamedBoolCount", int ; DefineDLLFunc: "GlobalVariable.dll", lpstr, "GV_GetNamedIntNameByNum", int, lpstr ; DefineDLLFunc: "GlobalVariable.dll", lpstr, "GV_GetNamedFltNameByNum", int, lpstr ; DefineDLLFunc: "GlobalVariable.dll", lpstr, "GV_GetNamedStrNameByNum", int, lpstr ; DefineDLLFunc: "GlobalVariable.dll", lpstr, "GV_GetNamedDblNameByNum", int, lpstr ; External: "GlobalVariable.dll", lpstr, "GV_GetNamedBoolNameByNum", IEasyLanguageObject, int ; -- With the new DLL in place, you have the possibility of writing your own GV dump-to-log utility in EL. Or, for a nominal fee, you can purchase mine (with full source code). Either way, I hope enjoy the ability to take a snapshot look at your TradeStation global variables! - Progster 8/2005