I need to make a calculation of a textbox, the textbox contains the following parameters:
I need to take the initial value of 5 textbox that represents the amount of hamburger to perform a multiplication.
The initial value of the textbox can change from 1 to 100 and contains only numbers, how do I take these initial numbers.
B4X:
TextBox1.Text = "5 burger € 4.50"
The initial value of the textbox can change from 1 to 100 and contains only numbers, how do I take these initial numbers.