Empty
This Flow Script tutorial explains how to use the Empty function with syntax and examples.
Description
The Empty function returns an empty table based on a type value (see Type Definitions).
Syntax
The syntax for the Empty function is:
Empty(typeValue)
Parameters
typeValue - the table the empty table is to be based on.
Returns
The Empty function returns a table.
Example
Let's look at some Empty function examples and explore how to use the Empty function.
Last updated