I tested autocompletebox, as you can see from the image below, textbox1 has individual element for the list and textbox2 uses "split text at". I thought they would produce the same results, but they don't. On device, textbox1 has 2 elements "1" and "2" as expected, but textbox2 has only one element "(1,2)". Can anyone help to solve this problem? Thanks
split block returns a list so you don't have to make a list
Thanks a lot, that works.
1 Like
Your code would've returns a nested list, which is why it doesn't work:
[[1, 2]] (Do It result).
1 Like
Thanks. Just retried using app inventor lately.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.