PDA

View Full Version : TI-89 programing question


WyrmMaster
01-17-02, 02:42 PM
Anyone know if its possible to have multiple variables in a input or output command. Heres what i have so far, but dont know how to put in the other cordinate in the same line.

:Request "Point1",x

:Text "Midpoint="&string(x)

I can do it with one variable per command. So i input the x and y cordinates as seperate lines, same with the output, but i am wondering if i can do them two at a time, so it will output (x,y) ect.

Barium56
01-25-02, 11:15 PM
Say you have two coordinates, x and y. Will doing

:Text "Midpoint="&"("&string(x)&","&string(y)&")"

work? I'm pretty sure it will.