07-18-2013 06:30 PM - edited 07-18-2013 06:31 PM
Hi, all
I have a LVOOP question.
Let's say I have a class object. The class of the object is what I developed. Now I would like to know if the object has a "is-a" relationship with some other class.
How do I do it?
One solution I have is to use "To More Specific Class" and check the error status. But I thought there is a better way that I do not know.
Thank you
Solved! Go to Solution.
07-18-2013 07:40 PM
TailOfGon wrote:
One solution I have is to use "To More Specific Class" and check the error status. But I thought there is a better way that I do not know.
This is the right solution. What do you not like about it?
07-18-2013 09:44 PM
Thank you nathand
I guess I will stick with it then 🙂 Thanks!