![]() |
![]() |
![]() |
![]() |
LOAD THREAD Command
Description:
This command loads the name of the thread on which the script is currently executing, into a character variable.
Declare the character variable at 32 bytes long, using the CHARACTER*32 command. 32 bytes should be long enough to handle most thread names.
The thread name will be truncated as required to fill the target variable if you do not declare a value large enough to cope with the thread names.
Format:
LOAD THREAD INTO variableParameter:
variable
A character variable into which the thread name is loaded.
Example:
LOAD THREAD INTO Thread-Name
CYRANO Customer Support: France +33 (0) 1 56 33 40 00 USA +1 (978) 462-0737; Toll free 800-714-4900 UK +44 (0) 1274 761024 support-fr@cyrano.com support-us@cyrano.com support-uk@cyrano.com |
![]() |
![]() |
![]() |
![]() |