I tried both of the strings you suggested, but it wasn't working for me. However, expanding upon your suggestion I was able to come up with Str$(Val(Text$( "editBox1" ))+Val(Text$( "editBox2" ))) and...
Type: Posts; User: sperryman; Keyword(s):
I tried both of the strings you suggested, but it wasn't working for me. However, expanding upon your suggestion I was able to come up with Str$(Val(Text$( "editBox1" ))+Val(Text$( "editBox2" ))) and...
Hello! I am trying out MMF2, and am having some issues with performing a calculation on some user entered text. I have been working on creating an iOS app with some financial calculators in Corona...