TIB: Re: basic question-easy


[Prev][Next][Index][Thread]

TIB: Re: basic question-easy




Well, in your example, 1 will always be a factor of d unless d=0.  Which
calc is this for?  Well, the code looks something like:

:If d/x=int(d/x) Then
:
:EndIf

What you want it to do goes in the middle.

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: MRayMan
http://www.bigfoot.com/~m_rayman/

-----Original Message-----
From: Matt Monkey <monkey_inc@geocities.com>
To: ti-basic@lists.ticalc.org <ti-basic@lists.ticalc.org>
Date: Wednesday, March 24, 1999 2:15 AM
Subject: TIB: basic question-easy


>I have an easy question that i can't figure out.  In basic, if the user
>entered a,b,c&d, and x=1,  how do i make it find out if x is a factor of
>d?