Re: TIB: Looking for good 83 basic programmers.


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

Re: TIB: Looking for good 83 basic programmers.




In a message dated 10/21/98 6:37:46 PM Central Daylight Time, PJChaser@aol.com
writes:

> Right now I'm working on a menu system that uses
>  a 'point and click' method; it might be useful to you in the OS.
NEATO COOL UNDOCUMENTED INPUT TRICK
for any TI-BASIC program:

:Commands to set up menus with text command or whatever
:Maybe draw some lines?
:Input
You will notice a little cursor exactly like the graphing one pops up... You
can move it around with the < arrows > and when you press [ENTER] it stores
the (X,Y) coords of the cursor to X and Y!  Just an input command with no
parameters!

Rob Hornick