the way to do it in 83+basic is to put your variable into a Y= equation... then convert to a string. 5->Y1 Equ>Str(Y1,Str1) (can do that with any variable or string that you can put in a Y equ.) Nick