$Userid

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 $USERID function 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, $USERID returns the string NO USERID.

The USERID parameter returns the same value as the $USERID function. See the Rocket Model 204 Parameter and Command Reference Manual. The $USERID function takes no arguments.

Example

BEGIN SET HEADER 1 'MONTHLY SALES REPORT' - AT COLUMN 10 SET HEADER 2 SET HEADER 3 'PREPARED BY: ' AT COLUMN 10 - WITH $USERID . . .