break out that junior high school math book...

but seriously folks. you mean divisible evenly, i presume, for any
number is divisible by any other number, if uneven-itude counts...

a couple ways that come to mind:
assume x and y are integers and you want to see if x goes into y evenly.

if y.float/x = y/x then {it divides evenly}

and if y mod x = 0 then {it divides evenly}

--bhakti

Bill Numerick wrote:
> 
> Hey All,
> 
> How can I find out if something is divisable by a certain number?
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/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!]

-- 
R. Bhakti Klein
Educational Software R & D
http://www.DLWorkshop.net
��
Baritone, unaffiliated but open to suggestions...
���
"On Earth, you can only do little things;
but you can do them with a lot of Love."
                              -- Mother Theresa

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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