transform dict values in a list
fHi all,
I'm having troubles trying to transform in a list the output I get from the 2nd outlet of the "dict" object.
I've a six numbers output but if I use the zl.nth object to identify and separate the single numbers, I still get just one element of the list, the 1st one, composed by the six numbers altogether.
It's seems that the space between the single numbers are separated by pressing return instead of pressing the spacebar.
Any ideas to change that? Thanks in advance






are separated by pressing return and not just with a space made pressing once the spacebar.
In your Dict, the value of “body” is a single string, not an array or list. It’s one string even though it has whitespace (newline) characters in it. You need to split the string up. You could maybe try [regexp] object, or process with [atoi] and friends.
Hi Tyler,
I've changed the output of the single string so it comes out differently from the [dict] object.
After that, put a [fromsymbol] has been enough.
still many thanks,
Marco
