$TermId: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(Automatically generated page update) |
||
Line 32: | Line 32: | ||
<li>[[Janus Sockets]]</li> | <li>[[Janus Sockets]]</li> | ||
<li>[[Janus Web Server]]</li> | <li>[[Janus Web Server]]</li> | ||
<li> | <li>Japanese functions</li> | ||
<li>[http://m204wiki.rocketsoftware.com/images/4/4b/SirfieldNew.pdf Sir2000 Field Migration Facility]</li> | <li>[http://m204wiki.rocketsoftware.com/images/4/4b/SirfieldNew.pdf Sir2000 Field Migration Facility]</li> | ||
Revision as of 16:03, 8 July 2014
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.
The $TermId function accepts no arguments, and it returns either of these:
- An 8-byte string containing the terminal id.
- A null string indicating that a terminal id is not available.
Syntax
%term = $TermId
%term is set to either a null or an 8-byte string.
Example
The following program displays the user's terminal ID:
B PRINT $TermId END