numeric type mismatch

  1. FERNANDO SILVEIRA

    Android Question How can I use edit text values on calculations using floating point variables?

    I have two input fields (edit text type) that I want use to do some math. It seems I'm getting data type mismatch when doing it. Is there a function similar to value(string text) that converts text to numeric values? Regards, Fernando
Top