UserID$: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
The '''UserID$''' [[internal function]] returns the BR licensee name. See also [[WBVersion$]] and [[serial]]. | The '''UserID$''' [[internal function]] returns the BR licensee name. See also [[WBVersion$]] and [[serial]]. | ||
====Example==== | |||
If the name of your company to which BR is licensed is XYZ Company, then the output of the following example | |||
00010 print userid$ | |||
will be | |||
XYZ Company | |||
<noinclude> | <noinclude> | ||
[[Category:Internal Functions]] | [[Category:Internal Functions]] | ||
</noinclude> | </noinclude> |
Revision as of 09:23, 1 February 2012
The UserID$ internal function returns the BR licensee name. See also WBVersion$ and serial.
Example
If the name of your company to which BR is licensed is XYZ Company, then the output of the following example
00010 print userid$
will be
XYZ Company