12-07-2013 11:12 AM
Hello there,
i have problem with creating a table, which contains different data types(particularly string, intiger , boolean)
I will be greatful, if someone give me some advise how to solve this problem
Thanks in advance:)
Solved! Go to Solution.
12-07-2013 11:16 AM
You have to convert all data to strings. A table is nothing more than a 2D string array and all elements in an array must be the same datatype.
12-07-2013 11:37 AM
Can u explain how?
12-07-2013 11:47 AM
There are numerous functions on the String and String>Number/String Conversion palettes. Some work on only scalars and some work on scalars or arrays. They are all simple to experiment with and if you keep your Context Help open at all times and use it, easy enough to understand.