Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.1K
~587 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for antypanty

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 …

Member Avatar for abdullah
0
115
Member Avatar for mpx10

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' …

Member Avatar for abdullah
0
340
Member Avatar for mmouse

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 …

Member Avatar for abdullah
0
132

The End.