Hello to all the forum users,
i have a VI and after stoping this vi there is a "VI modification Bitset"-property node. Its value is checked for 0 in a case structure. If 0 then close LabVIEW. If not, ask for save.
I see "0" means "no changes". I understand this.
After running in LV8.2 there is no "*" in the title-bar, so i think there is no change made, but if i close the VI there comes a popup to save changes. So i checked the "VI modification Bitset" is something like 0x18000000(U32).
I found the information, there was a change at LV8.5/LV8.6. Now (LV2011) this value is U64.
But i did not find some information about interpretation of the Bits.
If i can ignore this bits i can close LV, too, but i dont want to close LV if i don`t know why this value is not = 0.
Thanks for your help.
Bernd