Print

FullName

This function returns full name (first and last name) or user with specified login.

Syntax

FullName("userLogin");

Function arguments

  • userLogin – (String) The login of the user for which full name is to be retrieved

Return value

This function returns String.
Returns full name of user with specified login or an empty string if none user was found for specified login or no full name is specified for that user.

Examples

Example 1:
Get current user’s full name and store it in 'myFullName’ variable.

myFullName = FullName(CurrentUser());
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?