-
Notifications
You must be signed in to change notification settings - Fork 0
Script_thread
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Creates a new thread executing the given script passing the given arguments.
| Parameter | Data Type | Description |
|---|---|---|
| ind | integer | index of the script |
| arg0-arg15 | variant | argument value |
integer: Returns the index of the thread.
// demonstrates threading an asynchronous message script
script_execute(scr_asynch_message, "Hello, world!");
NOTOC
This is number 1