Textbox1.text=x,y,z
How can I extract text to be :
Textbox2.text=x
Textbox3.text=y
Textbox4.text=z
X,Y,Z are Numbers
use the split block to split the text by comma to get a list
then use select list item blocks to assign each list item to the different textboxes
Taifun
very good
and to save a few blocks you can also do this
Taifun
1 Like
ABG
6
This is another form, from BlueTooth messaging, easily expandable.
system
Closed
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.