10-06-2009 01:01 PM
I have controls refnum and pages refnum and I want to know which way is better:
1) let LabVIEW doing the job
or 2) use "typecast to more generic Class".
In both case the VI works properly.
Thanks
Jean-Marc
Solved! Go to Solution.
10-06-2009 01:34 PM - edited 10-06-2009 01:36 PM
"which is better..."
I can't say definatively but I will generally let LV do the up-casting to build an array as you have illustrated.
EDIT
I just noticed your case apperas to have 50 plus numeric cases. What are you doing with that code? We may be able to offer alternatives (maybe).
Ben
10-06-2009 02:09 PM
Thanks for your reply Ben.
I need the controls refnum in the visible part of the pane (for the translation english to french and french to english ).
Jean-Marc
10-06-2009 02:20 PM
The number in the case structure is the Class ID of the generic refnum.
Jean-Marc