You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This function returns the value of the user property with name propertyName which belongs to the user with user name userName.

If the user doesn't have the property, "" will be returned.

Syntax
userProperty(text propertyName, text userName) #Output: Text
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT


This function returns the values of the user property with name propertyName in all the users whose names are contained in userNames.

The output will contain as many texts as users have the property set.

Syntax
userProperty(text propertyName, text list userNames) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST