Hi everyone,
I'm importing a bunch of strings from Json to an Array. I want to pick a random line from that array and add it to a dictionary, but I get only a truncated text.
In debugger the imported lines look ok, but when retrieving one of the lines from the array I'm only getting the first letter...
The array I'm importing:
The lines after import from Json via Ajax:
Fetching a random line from the C2 array:
This is the result, I'm only getting the first letter of the string:
Can someone please point me to my mistake?