17.16.5.70 USERINITIALS

]

[ switches ]

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

Field Value: If a particular user’s context exists, the current user’s initials; otherwise, an empty string.

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

[Example: Given a current user with initials “DW”, the following fields:

USERINITIALS \* Lower
USERINITIALS "JaJ"
USERINITIALS "jaj" \* Upper

produce results of:

dw
JaJ
JAJ

end example]

Syntax:

Last updated on