topeople() Function

Function

topeople( value )

Converts a value to People.

Parameters

Keyword Type Description

value

Text

Value to convert.

Returns

People

Usage considerations

The value parameter accepts Text, User, Group and People types.

When operating on arrays, it is not necessary to use apply with topeople. If multiple parameters are passed, or one parameter is an Array, topeople will return a People Array.

Examples

topeople(1, "john.doe") returns {[Group:1], john.doe}

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK