$TermId: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 2: Line 2:
<span class="pageSubtitle">Terminal ID of current user thread</span>
<span class="pageSubtitle">Terminal ID of current user thread</span>


<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TermId function.</p>
<p class="warn"><b>Note: </b>Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TermId function.</p>


This function returns the terminal id of the current user thread.  
This function returns the terminal id of the current user thread.  

Revision as of 18:59, 19 July 2013

Terminal ID of current user thread

Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TermId function.

This function returns the terminal id of the current user thread.

The $TermId function accepts no arguments and returns either an 8 byte string containing the terminal id or a null string indicating that a terminal id is not available.

Syntax

%TERM = $TermId

%TERMID is set to either a null or 8-byte string.

The following program displays the user's terminal id.

B PRINT $TermId END

Products authorizing $TermId