No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
dude... look up the function InitGraph in your pascal help file (type initgraph and put the cursor under it and press ctrl+F1). the turbo help has lots of examples for graphics to get you started. personally though i've found writing applications in text mode much faster and easier to control …
Try using the <alt>+<Enter> keystroke to get the dos-shell windowed (instead of full-screen), and then use the <alt>+<print_screen> keystroke to grab the pascal window only. From there, you can paste it into you word processor. If you like, you can also press <alt>+<space> to get the system menu, choose 'properties' …
you could try this.. i dont particularly like using read and eoln, and truthfully i havent tested it (dont have delphi on this machine), but this may just work. hope it works out :) [CODE]function TForm1.readline2 (var textfile1: Textfile; var linestring:string):integer; var c:char; begin linestring := ''; c:=#32; while not …
The End.
abdullah