Re: TI-85 Table Emulator


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

Re: TI-85 Table Emulator



Try this one.
:ClLCD:Disp "TABLE",""
:Disp "Function in y1"
:Fix 3
:Disp "Table Setup"
:Input "TblMin= ",tblmin
:Input "deltatbl= ",dtbl
:tblmin-->x
:Lbl CONTD
:ClLCD
:Outpt(1,1,"x")
:Outpt(1,8,"y1")
:For(cnt,2,7,1)
:Outpt(cnt,1,x)
:Outpt(cnt,8,y1)
:x+dtbl-->x
:End
:Menu(1,"PageD",CONTD,2,"PageU",CONTU,5,"Quit",TQUIT)
:Lbl CONTU
:x-12*dtbl-->x
:Goto CONTD
:Lbl TQUIT
:ClLCD
:Float


Ben Sultenfuss


----------YOUR MESSAGE------------------------YOUR MESSAGE--------------
Date: Wed, 25 Sep 1996 16:27:00 -0700
From: "Paul R. Huff" <phuff@EDCEN.EHHS.CMICH.EDU>
Subject: TI-85 Table Emulator


Is there a program available for the TI-85 which will emulate the table
abilities of the '82 and '83?  If it exists, where can I get a copy?


Thanks,
Paul


References: