$Acct: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<p>$ACCT returns a variable-length character string equal to the user ID under which the user is logged into <var class="product">Model&nbsp;204</var>. If the login feature is not in use, $Acct returns 'NO ACCOUNT'. The $Acct function takes no arguments.  </p>
<p>$ACCT returns a variable-length character string equal to the user ID under which the user is logged into <var class="product">Model&nbsp;204</var>. If the login feature is not in use, $Acct returns 'NO ACCOUNT'. The $Acct function takes no arguments.  </p>
<p>$ACCT returns the same value as $[[https://m204wiki.rocketsoftware.com/index.php/Userid|USERID]].</p>
<p>$ACCT returns the same value as <var>$USERID</var>.</p>
[[Category:SOUL $functions]]
[[Category:SOUL $functions]]

Revision as of 15:37, 4 January 2018

$ACCT returns a variable-length character string equal to the user ID under which the user is logged into Model 204. If the login feature is not in use, $Acct returns 'NO ACCOUNT'. The $Acct function takes no arguments.

$ACCT returns the same value as $USERID.