here I am again with another question, I have a listview with text and numbers that have been loaded from a text box, for example: burger € 2.00 in the click event I used the following code to remove the line, for example:
I need at the click event, taking the cost of the hamburger and display it in a textbox,
are a step away from the end of my project if I can solve this puzzle :BangHead:
B4X:
Sub listview_ItemClick (Position As Int, Value As Object)
ListView.RemoveAt(Position)
What I put here?
End Sub
are a step away from the end of my project if I can solve this puzzle :BangHead: