tofolder() Function

Converts a value to Folder.

Syntax

tofolder( value, … )

value: (Any Types) Value to convert.

Returns

Folder

Notes

The value parameter accepts Text, Integer, Decimal, and Array types.

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

Examples

tofolder({"4586","4587"}) returns [Folder:4586], [Folder:4587]

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK