This is a program to help with drawing. The difference between this one and the other draw program is that this one is 30% the size and you can put points anywhere on the screen, not just in a little box. Before you run the program, you need to make sure that the matrix is set a 6,6. Run the program, then turn the calc off. Prgm: Draw ClrDraw 1->A 0->B Lbl 1 Input Pt-Chg(X,Y B+1->B If B>6 Goto 2 Lbl 3 X->[A](A,B B+1->B Y->[A](A,B Goto 1 Lbl 2 1->b A+1->A Goto 3 And here is its corresponding program that draw the pic. 1->A 0->B Lbl 1 If A>6 end B+1->B [A](A,B)->C B+1->B [A](A,B)->D If (C=0)(D=0 End D+K->D Pt-Chg (C,D If B<>6 Goto 1 0->B A+1->A Goto 1 I am open to comments/suggestions, please contact me at EDWARD4793@aol.com Josh Cunningham