Carl West wrote:
> To avoid getting an integer result you need to introduce a non-integer. 
> You could use:
> eq=PercentAddition/100.0
> eq=PercentAddition/float(100)
> eq=float(PercentAddition)/100
> 
> But this won't work because the result is already an integer 
> before you take the 'float' of it:
> eq=float(PercentAddition/100)
> 
Thanks Carl.
I tried the last option and gave up without thinking about it clearly. :(

Brad



[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to