I am trying to figure out if i'm missing something in my approach.
I am using an Array of Objects as Class Data of a handler Class. I Dynamically add these Instanced to the handler and when i'm done, I'd like them to be released from memory.
When adding the Instance of the class (using the Insert Into Array function of LabVIEW), I call methods to add the data, set a status and create a file backup of the object so it can be retrieved after a program restart.
When I'm done I'd like to remove the Instance from the Array by using the Delete From Array function of LabVIEW and delete the file backup of the object like this:
My question is if the Instance of the probe object still remains in memory after this and if so, is there any way I can tell LabVIEW to destruct it?
Cheers,
Robert