you are reading some text from a file
how does that text look like?
like this
a
b
c
then you should use the split block to split at \n (new line) to convert a one column csv table into a list as suggested in your other thread
Taifun
you are reading some text from a file
how does that text look like?
like this
a
b
c
then you should use the split block to split at \n (new line) to convert a one column csv table into a list as suggested in your other thread
Taifun