About the Null Value

Null is a special value meaning empty list or no value. For example, the expression Data#5 (or Data[4]) returns the fifth element in the list named Data. However, if the list only contains four elements, this expression returns null to indicate there is no result.

See null.