USERNAME

Syntax:

USERNAME [ field-argument ] [ switch ]

Description: Retrieves the current user's name or, if field-argument is present, the name specified by text in field-argument. Specifying a field-argument shall not change the name of the current user.

Field Value: The name.

Switches: One of the following general-formatting-switches: \* Caps, \* FirstCap, \* Lower, or \* Upper.

example:
USERNAME \* Lower
USERNAME "John Jones"
USERNAME " " \* Upper

produce results of:

david williams
 
MARY SMITH