Re: TIB: IO Cables as links
[Prev][Next][Index][Thread]
Re: TIB: IO Cables as links
For the TI-85 you can use these:
To get:
Input "CBLGET",variable
To send:
Outpt("CBLSEND",variable
--------------------------------------------------
For the TI-86, you can shortcut and use:
To get:
Get(variable
To send (limited because ?it must be a list?):
Send(ListName
---------------------------------------------------
For other calcs, you can probably go to <A HREF="http://www.ticalc.org/">
ticalc.org</A> and download a
chat program from basic misc. programs archive and see how someone else did
it.