Hi everyone, I'm stuck on how to calculate the item price for every checked Item. This function user can check multiple item and the subtotal will automatically calculated.
B4X:
Private Sub CheckBox1_CheckedChange(Checked As Boolean)
Dim cb As String
Dim totalSelected As Int
Dim...