NULLCONTAINER ER function

The NULLCONTAINER function returns a null Container (record) value that has the same structure as the specified record list or record.

Syntax

NULLCONTAINER (list)

Arguments

list: Record list or Container (record)

The valid path of a data source of either the Record list or Container (record) type.

Return values

Container (record)

The resulting record value.

Usage notes

Note

This function is obsolete. Use the EMPTYRECORD function instead. For more information, see EMPTYRECORD.

Example

NULLCONTAINER (SPLIT ("abc", 1)) returns a new empty record that has the same structure as the list that is returned by the SPLIT function. For more information, see SPLIT.

Additional resources

Record functions