06-10-2013 08:53 PM
Hi everyone,
I got a cluster of different elements of different data type, I need a program that can read all the Data Types and convert them into arrays of strings.
1: DBL
2:Boolean
3:Ring
4:Enum
Can anyone help me?
Thanks,
Alan.
06-10-2013 10:12 PM
Unbundle.
Convert each of the items to string using the correct conversion.
Build Array.
06-10-2013 10:32 PM - edited 06-10-2013 10:34 PM
an elegant way....