Hallo,
>> Since Case 1 and Case 2 output different data types, you cannot put them on the same wire. Why don't you put the save operation inside the case structure, in case 1 you save the 2D array and in case 2 you save the 1D array and strings. <<
That works (I already tried), but I cannot use that idea because of two reasons: First, I want to save all the arrays and strings to ONE file in an order I decide. Second, the VI should do that with approx. 10 arrays / strings and that 100 times for 100 files. Working with temporary files is not possible.
>> Alternatively, you can convert your data in each case to the final string result to be saved, which you then can save using write characters to file at a later point in the code. Since only a
string leaves the case structure, there is no data conflict. <<
My problem is not a data conflict (arrays, strings etc.) but getting the data out of the case-structure. I don't even get a simple string constant out of it.
To make my problem clear, I attached a simple (not running) VI. "Your task" is getting the data out of the structures.
Arno