I've got two questions:
1) I'm trying to create a array that contains references to several different GOOP objects (of different types). The solution I'm using at the moment is to create a array of clusters, where each cluster contains a number and a string and I store the references by calling the flatten to string vi and saving the type and the data string. Does anyone have a better solution.
2) My second problem is that at run time I need to reconstruct the references and make a call to a VI according to the type of reference. My first problem is to identify the type of the reference and the second problem is how to make the separate calls.