NovFullName

NovFullName (User)
Returns the Full Name of the user as set by Syscon. If NovFullName is
used without a parameter then MyLoginName is assumed. You can also use
this command to set the FullName.
Example:
NovFullName ('MARC') = 'Marc Perkel' ;Sets FullName to Marc Perkel
Writeln NovFullName ('MARC') ;Writes Marc Perkel
If you want to read the full name of a group or other object, you can
pass the object type as a parameter.
Example:
NovFullName ('PEOPLE',2) = 'Staff' ;Sets Group People to Staff
Writeln NovFullName ('PEOPLE',2) ;Writes Staff

