Link to home
Start Free TrialLog in
Avatar of m_durnell
m_durnellFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Printing a single line of text and having the printer to "hold"

Hi,

I want to be able to click a button and print the output , but I want the program to stop at the end of this output.  A long time ago I had a dot matrix printer and this did it automatically unfortunately that printer is long gone.

I want to print output then, when I print again the output should go to the next line and so on like this:

This is the first line of output
This is the second line of output
etc.....

Kind Regards

Mark
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think my solution works, just waiting for author's feedback.