In a basic program, you can use one Disp statement to write several lines of text: example: :Disp "line1","line2","line3","etc" Or you can do it the hard way: :Disp "line1" :Disp "line2" :Disp "line3" :Disp "etc" This should work on all calculators. Jeff Barrett