Hi Alberto,
>> Can't find it, please help.
In data DLL, Global Embed
"After dictionary initialization"
That happens on all threads except thread 1.
(in some cases you want to set it in a different place for thread 1, depending on where you are getting the value from etc. - so usually the Program Setup embed, also in the data dll.)
>> When a threaded global variable has value, lets say I set it at thread [1],
when I open a new thread it began blanked or maintaining the value?
It starts each thread as blank.
cheers
Bruce