Soaksw wrote in message <19971105235800.SAA02233@ladder02.news.aol.com>... >i have a quick question > >can you make the TI-86 display things (words and variables) on a single line? > >ex: > disp "hey",x > >it would display > >hey > x > >how is this fixed? Try this: If x=9, to display HEY 9: Eq->St(x,t Disp "HEY "+t will display HEY 9 Is this what you're looking for? Tom Lake