$TermId

From m204wiki
Revision as of 17:36, 28 January 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:$TermId}} <span class="pageSubtitle"><section begin="desc" />Terminal ID of current user thread<section end="desc" /></span> <p class="warning">Most Sirius $funct...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />Terminal ID of current user thread<section end="desc" />

Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $TermId function is to be entered.

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

<section begin="syntax" /> %TERM = $TermId <section end="syntax" />

$TermId Function

%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