Re: changing font output and real-time countdown


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

Re: changing font output and real-time countdown



Matt Maurano wrote:
> >  Q3) Is there any way in the world that a real variable (ex '2.') can be
> >displayed as '2' without the decimal after it?
>
> Perhaps you are talking about a 92. On the 82, just set it to floating
> point, or to 0 decimal places. On anything else, the hard way to do it
> would be to do this:
> If A=2:Disp "2"
> If A=3:Disp "3
> etc

how about    Disp exact(A)
on a TI-92?


References: