04-13-2012 02:19 PM
I was reading a book about labview and i wanted to try an example there.
What is the best way to solve this error?
Solved! Go to Solution.
04-13-2012 02:26 PM
You seem to be wanting to operate on an Array of Employee Records.
On the Front Panel, create an array control and put your Employee record inside.
Instead of using a local variable, create a new indicator for your new array with the inserted record.
04-13-2012 02:34 PM
For some reason LabVIEW keeps crashing when I try you suggestion.
04-13-2012 02:40 PM
Thank you for the suggestion 🙂
Personal Note: Turns out undoing the array of clusters crashes labVIEW.