Re: TIB:(ti-83) (my first post)


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

Re: TIB:(ti-83) (my first post)




In a message dated 10/3/98 6:49:40 AM Central Daylight Time, ETTamme1@aol.com
writes:

> I do Alot of 82 programming which is virtually the same.  I think that you
>  cannot have them active at the same time. You can however use repeat to not
>  let it go passed those command lines until the condition(s) are true .
This
>  will simulate the two being available at the same time, But you will have
to
>  input K until bolth equations are true.
>  exe.
>  
>  Repeat G>0 and K=X
>  GetKey->G
>  input "",K
>  End
To me, it sounds like you want the user to press a key and then be prompted
for input.  Try this:
:0->G
:While G=0
:getKey->G
:End
:Input "",K

I don't know if this will work for you but I think it will.

Rob Hornick