j
k
j a
j l
This is confusing: ...(string)({"12","34","56"}); cast: Item 2 is not an integer: "56" HilfeInput:1: HilfeInput()->___HilfeWrapper()
This is confusing:
(string)({"12","34","56"});
cast: Item 2 is not an integer: "56" HilfeInput:1: HilfeInput()->___HilfeWrapper()
The only array you can cast to a string is array(int), so knowing that the error message is perfectly logical.
Back to the thread
Back to the list