I cant read from data (row by row)

when i create test data ex: testfile1.txt
its reading from the textbox1.text (ex:ab)
its reading from the textbox2.text(ex:cd)
same time
data results “ab”,“cd”
when i record second time another text.
its reading from the textbox1.text (ex:ef)
its reading from the textbox2.text(ex:gh)
data results “ab”,“cd”“ef”,“gh”
problem is “cd” and “ef” on the same line
How can i fix this problem

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like

why “d” and “e” at the same line
Because when i read from the data i want to replace of (ex:button1.name) like “d”
But its coming “d”“e”

Maybe this helps:

1 Like

try this:

2 Likes

thank you very much. I solved my problem. :pray:

1 Like