Arno,
You can use Flatten To XML to get a string with labels and values (Advanced
> Data Manipulation >XML). Use it's counter part to convert it back.
Regards,
Wiebe.
"ASCologne" wrote in message
news:50650000000800000094E00000-1079395200000@exchange.ni.com...
> Hallo,
>
> I have a cluster like this:
>
> a 1
> b 2
> c 3
>
> I want to save it to a txt-file. Buiding an array is not possible,
> saving the cluster directly doesn't work properly.
>
> Arno