GetThreadData Function

Action

Gets the named data associated with the current thread.

Syntax

aThreadData = GetThreadData (sName)
Variable Description
aThreadData Returned data. ANYTYPE.
sName The name you assigned to the data with the SetThreadData function. STRING.

Example

iClient1_Loops = GetThreadData ("Thread1")