Hello,
Since cdf can't handle list, the solution is to convert this to a string.
But how do you convert a list of this type to a string, and back??
example = list("example")
example->values = list("values")
example->values->num1 = "one"
example->values->num2 = '("t" "w" "o")
example->values->num3 = 3
example->char = list("char")
example->char->char1 = "A"
example->char->char2 = '("B" "C")