On Sat, Jul 14, 2012 at 11:22 PM, Kenny Emond <[email protected]> wrote:
> dim ft as single, m as single, answer1 as single, answer2 as single, input1 > as string, a as string, b as string Might the mixture of singles and strings in your dim statement be the issue? You are defining your results as numbers, but your inputs as strings. Unless there is an implicit typecast done by FB, you are attempting to perform arithmetic on input values you have defined as strings, not numbers. Since you can only perform arithmetic on numbers, I'd expect that to fail. ______ Dennis https://plus.google.com/u/0/105128793974319004519 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Freedos-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-user
