Dear all,
Is it possible to use formatted printing for string arrays? If so, how?
If now, why?
Here is a minimal example of the current behavior:
<>
? strings S = defarray("A", "B")
? print S
Array of strings, length 2
[1] "A"
[2] "B"
? printf "Content: %s\n", S
Data types not conformable for operation
</>
Thanks,
Artur