TIB: Graph


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

TIB: Graph



>You are right.  I have an 83, which does not have an InpSt function.  I
>tried it the way that i had suggested on the 83,  and i guess the input
>function works with strings without the quotes, but the prompt function
>needs the quotes, or else it gives a data type error.  that doesnt make
>much sense to me; i would think that if input can accept a string
without
>quotes, that prompt would also.

This code will work on TI-83:

FnOff
Input Str1
String>Equ(Str1,Y1
FnOn 1
DispGraph

Note that the String>Equ( command is found in the Catalog only.

CR


Follow-Ups: