Working on my projects, I usually try to develop generic re-usable functions ; in order to sort my these VIs and to help me remenber where/when/why I used then I use [VI properties >> VI documentation] to put the date and name of the project.
What I'd like to know is it possible possible (and how) to programmatically read/write these information.
thanks for any help.
We have two ears and one mouth so that we can listen twice as much as we speak.
As with all programmatic contol of LV functionality, this can be done with a property node. The only trick is to know where to look. In this case, you should get to the VI class (either by using Open VI Reference or by selecting the class on a new property node) and select the "VI Description" property.