Jump to content

Not A Path Constant

From LabVIEW Wiki
Revision as of 17:57, 8 June 2021 by Q (talk | contribs) (Added page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Object information
Owning palette(s) File Constants palette
Type Constant
Requires Basic Development Environment
Icon

Not A Path Constant returns a path whose value is <Not A Path>. You can use this path as an output from structures and subVIs when an error occurs and you do not want to return a path.

Unlike the Empty Path Constant, this constant is an invalid path, and is generally returned when a path operation fails.

Usage

Data Type Name Description
Path Path returns the invalid path, <Not A Path>.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links