String to a single cell

Hi all,

I’m trying to write a string into a single cell using BumbleBee nodes. However, it’s writing each caractar on separate cells:

What am I doing wrong?

Thanks all for your help.

Interestingly, if the list has more than one element, it’ll write the string(s) in a single cell:

Hi @Pablo_Perez_Valdivia
that’s because a single string is considered as as a list of caracters in python :

Now that make sense.

BTW, thanks for Data-Shapes!!!

1 Like