07-08-2010 02:19 AM
I created a instance of the class in one event case of an event structure.
I would like to use the the same instance in another event case in same event structure.
How to access it? What is the easiest and reliable way of doing it? (through reference?) Please give me a good link....
Thank you,
Best Regards,
Paheerathan
07-08-2010
04:01 PM
- last edited on
11-12-2024
09:51 AM
by
Content Cleaner
Hi Rathan,
Can you guarntee that the creat event will happen first? If so I recommend using a shift registar, If not you have to create it outside of the event structure. Below is a few links that should help:
LabVIEW Object-Oriented Programming: The Decisions Behind the Design
LabVIEW Object-Oriented Programming FAQ
Please let me know how your application works out