This looks fine:
string a=({"12","34","56"});
Compiler Error: 1: Bad type in assignment. Compiler Error: 1: Expected: string. Compiler Error: 1: Got : array(string(0..255)).
This is confusing:
(string)({"12","34","56"});
cast: Item 2 is not an integer: "56" HilfeInput:1: HilfeInput()->___HilfeWrapper()
Any ideas on how this last one can be improved?