Edit Box requires different input with MMF developer 2.0 than it did with MMF 1.5. In MMF 1.5, I used VAL (edittext$)and had to enter a full integer or a “0” before a decimal. IE 3 or 0.59. With MMF 2.0, I must add a “0” before a decimal and I also have to add “.0” after an integer. IE 0.35 or 1.0. Is this a known issue, or am I using the wrong expression? I cannot see how the new version is better than the last version. I pasted my code below.

0+(value( "Watts" )/(4900*([color:#FF0000]Val(Edittext$( "Enter Gross Head"[/color] )))))