ucNewThread

 

See Also:  ucReleaseItem, Thread Handling

 

Allocates a new thread, and returns the new thread handle for use in subsequent definitions.

 

ucNewThread([ParentThread])

 

Parameter

      ParentThread

Optional.  If this argument is supplied, then all definitions from the parent thread are shared with the new thread.  If this argument is omitted, then the default thread is used as the parent thread.  The default thread is where all items in the include file (arithmetic operators, data types, patterns, etc.) are defined.

 

Remarks

 

See this example.