Disp - text and result in one line?
Forum » Programming Help / TI-83 Programming » Disp - text and result in one line?
Started by: cosypanthercosypanther
On: 1256931160|%e %b %Y, %H:%M %Z|agohover
Number of posts: 5
rss icon RSS: New posts
Disp - text and result in one line?
cosypanthercosypanther 1256931160|%e %b %Y, %H:%M %Z|agohover

is there a way to display a string and a number in the same line?
e.g. "(1)——" ->string, 1.8756955 -> result

the ti should display it like this:
(1)——1.8756955

i think, i can't combine the disp command with the output command as the line, the result is displayed in, depends on many different things.

best regards,
cosypanther

unfold Disp - text and result in one line? by cosypanthercosypanther, 1256931160|%e %b %Y, %H:%M %Z|agohover
Re: Disp - text and result in one line?
bxsciencerbxsciencer 1256932829|%e %b %Y, %H:%M %Z|agohover

you can do something along the lines of :

Clrhome
Disp 1.8756955
Output(1,1,"(1)——"

or on the graph screen,

Text(1,1,"(1)——",1.8756955

Visit Calccrypto for info on crypto

unfold Re: Disp - text and result in one line? by bxsciencerbxsciencer, 1256932829|%e %b %Y, %H:%M %Z|agohover
Re: Disp - text and result in one line?
cosypanthercosypanther 1256933989|%e %b %Y, %H:%M %Z|agohover

thanks, but as i said: i don't know in which line the text has to be.
the command could also be output(3,1,"1—") or
output(4,1,"1
—"). it depends on the user input… (before)

i need something like the disp command, which writes into the last written line.

last edited on 1256934017|%e %b %Y, %H:%M %Z|agohover by cosypanther + show more
unfold Re: Disp - text and result in one line? by cosypanthercosypanther, 1256933989|%e %b %Y, %H:%M %Z|agohover
Re: Disp - text and result in one line?
bxsciencerbxsciencer 1256940987|%e %b %Y, %H:%M %Z|agohover

i suggest just clearing the homescreen, and writing on the first line


Visit Calccrypto for info on crypto

unfold Re: Disp - text and result in one line? by bxsciencerbxsciencer, 1256940987|%e %b %Y, %H:%M %Z|agohover
Re: Disp - text and result in one line?
cosypanthercosypanther 1256984158|%e %b %Y, %H:%M %Z|agohover

yeah..seems to be the best solution.
thx=)

unfold Re: Disp - text and result in one line? by cosypanthercosypanther, 1256984158|%e %b %Y, %H:%M %Z|agohover
New post