Dear all,
I want to have a formatted printing of a string array:
<hansl>
strings S = defarray("A", "B", "C")
printf "My array: %s", S
</hansl>
This results in the error: "Data types not conformable for operation".
The help for the printf command says: "The format %s should be used for
strings." (last sentence in 1st paragraph). I guess that actually refers
to type "string". However, why shouldn't it work for an array of
strings, too?
Yes, I could (should?) make use of the flatten() function before
printing, but that does not feel natural (to me). Using the above code,
I would expect a line-by-line printout of the array items.
Sorry, I just recognize this E-Mail is a mixture of requesting help and
partially a kind of feature-request.
Best,
Artur