Unable to store the text and display the stored data on label
L
Laasyagunra
started a topic
4 months ago
In my app design the text in the text box given by every user should be stored and this all the stored text should be displayed on the label. But only the last given text is being shown on the label.
how to store all the data given by the users in textbox and display them on the label.
please solve my problem.
1 Comment
G
Ganapati.hegde
said
4 months ago
Hi, you need to get the value/ from text store it in a variable or list and then display it on label. If you are using list then you need display it on by one by using loop by incrementing a offset each time
Laasyagunra
In my app design the text in the text box given by every user should be stored and this all the stored text should be displayed on the label. But only the last given text is being shown on the label.
how to store all the data given by the users in textbox and display them on the label.
please solve my problem.