07-25-2017 09:05 AM
I'm trying to figure out how to convert a concatenated string such as "dude your,2,q"
Into a 1 d array that looks like:
dude your
2
q
As you can see, the way I have it coded, it outputs:
0
2
0
I'm confused.
What's a good way to do this?
(don't mind the words, I'm just using this to learn..... hahahaa)
Solved! Go to Solution.
07-25-2017 09:09 AM
If you wire a numeric array as the default datatype for "spreadsheet string to array", it will give you a numeric datatype. You have to wire a string array as the default datatype, and at the output.
07-25-2017 09:20 AM
I was closer than I thought.
Thanks!
07-25-2017 09:24 AM
Try this: