Gets the named data associated with the current thread.
aThreadData = GetThreadData (sName)| Variable | Description |
|---|---|
| aThreadData | Returned data. ANYTYPE. |
| sName | The name you assigned to the data with the SetThreadData function. STRING. |
iClient1_Loops = GetThreadData ("Thread1")