Hi! After a long time I am back on building apps
I was wondering if it’s possible to do something like this in Kodular by in-built blocks/or any extension -
(snippet from Blockly > ‘Lists’ on GitHub )
For example if I set the text
parameter to “a|b|c|d|e” and delimiter
to “|”, I should get a list like (below image) so I could work with it further using the built-in List blocks.
Is this possible to do? I would be okay if I have to use any extension too.
Kindly guide… Thanks!
P.S. I tried searching on the community for this before posting, but I was unable to find relevant results…
Do this with default text blocks ni extension needed you can make it easily
Thanks for replying! Could you please link any blocks that might help? I am unable to find them…
dora_paz
(Dora)
January 11, 2022, 1:03pm
5
Simply use split text at |
in order to create list
1 Like
Thank you so much @dora_paz , this would work perfectly for me
1 Like
But this is only for custom text
dora_paz
(Dora)
January 11, 2022, 1:27pm
8
Also if you want to join use
3 Likes
Perfect! Thanks again @dora_paz
1 Like
Better you can try with for each from 1 to length of text
system
(system)
Closed
February 10, 2022, 2:27pm
11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.