71B Print using Help !



Post: #2

10 for i = 1 to 200
20 print using "3D";i
30 next i

As I do so that the 71b print 1 2 3 4 5 6 7 8 9. . . ?

and not

1
2
3
4
5
.
.
.

Thank you


Post: #3

PRINT USING "#,3D";I

HP-71B Reference Manual, page 138


Post: #4

didn't the command work, could you test in the 71b for me?
Version 1BBBB


Post: #5

Works for me. (I tested before I posted.)

On the command line:

FOR I=1 TO 5@PRINT USING "#,1D";I@ NEXT I
With no printer attached, displays the following on the LCD display:
12345

Works that way on both a 1BBBB and a 2CDCC machine.


Edited: 14 Apr 2006, 5:24 p.m.


Post: #6

Thank you


Post: #7

You're welcome. 8)


Forum Jump: