$Account

From m204wiki
Revision as of 13:18, 20 April 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The $ACCOUNT function returns a variable-length character string equal to the account under which the user is logged into Model 204. If the login feature is not in use, $ACCOUNT returns the string 'NO ACCOUNT'. This function takes no arguments. The ACCOUNT parameter returns the same value as the $ACCOUNT function. See the Rocket Model 204 Parameter and Command Reference Manual.

Example

BEGIN SET HEADER 1 'MORTON CORPORATION' - AT COLUMN 10 SET HEADER 2 SET HEADER 3 'ACCOUNT: ' AT COLUMN 10 - WITH $ACCOUNT . . .