Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1002 Bytes

isnil-functoid.md

File metadata and controls

31 lines (21 loc) · 1002 Bytes
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version
Learn more about: IsNil Functoid
IsNil Functoid
IsNil Functoid
ee7472ce-eb94-40fb-b242-bd63f8a4c359
51533275
08/30/2017
v=BTS.80

IsNil Functoid

 

Use the IsNil functoid (Logical IsNil functoid) to determine whether the specified input parameter evaluates to Nil.

Input

Parameter 1: A value that could be evaluated to Nil.

Output

Output 1: The Boolean value True if the specified input parameter evaluates to Nil; the Boolean value False otherwise.

See Also

Logical Functoids Reference
Logical Functoids
How to Add Basic Functoids to a Map