tofolder( value )
Converts a value to Folder.
Keyword | Type | Description |
---|---|---|
|
Any Types |
Value to convert. |
Folder
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.
tofolder({"4586","4587"})
returns [Folder:4586], [Folder:4587]