LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can you programatically tell the version of LV that a VI was last saved in?

The title 'bout says it all. Is there a way? If not this might be a good thing to add for the future...
 
Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 1 of 2
(2,541 Views)

This one's just not quite where you'd expect it.  There's an Application Method called "Get VI Version".  It takes a path and returns version info.  It has to be an application method, because once you load the VI (required in order to get a VI Reference) it mutates to the version of LabVIEW in which it is being loaded, and the VI isn't in the old version anymore.

As an aside, using the class browser (CTRL-SHIFT-B) might have been helpful in finding such a property / method.

0 Kudos
Message 2 of 2
(2,536 Views)