: : how can I print what is written to the screen. If there is any idea please i'll be glad anyone can share it with me.
: : thanks
: :
: You need to use write() and writeln() for that.
:
:Draxb
When you say "print what is written to the screen" do you mean "print onto the screen" or "print using printer hardware"?
If you want to "print using printer hardware" in turbo pascal 7, I think I have an idea of how to do that.
First of all, you need to put USES PRINTER right after the program declaration.
Then (I'm not 100% sure on this) you need to write to the LST device.
Ex. writeln(LST,'Hello');
If that doesn't solve your problem, there are some great sites out there (programmer's heaven being one of them) that can help you.
Try www.pascal-central.com or you could email an expert at horizon 7 international.
Hope that helps you! Best of luck!