Search the web
Sign In
New User? Sign Up
turbopascalprogramming2 · Pascal / Delphi Programming , Mugen ni
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 667 - 696 of 1332   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
667
yeah, use the "Textwidth" procedure.....it returns the width of a string, which you can just place a string[1] and have the single character in there. hope...
lithium381
Offline Send Email
Oct 2, 2001
11:10 pm
668
After I have finish typing the code in Turbo Pascal v5.5, how do I convert the .PAS file into an executable .EXE file???...
ppulmao
Offline Send Email
Oct 3, 2001
5:10 am
669
MAKE - find it in the menu...
vcode_server
Offline Send Email
Oct 4, 2001
12:22 am
670
I am new to pascal and need help with a program for school. <br><br>Cars with model numbers 119,179,189 through 195,221 and 780 have been found to have ...
moe2e
Offline Send Email
Oct 4, 2001
9:52 pm
671
this is fairly simple....just write a series of "if then" statements to find out what is true, if it satisfies the statement, then it's defective, otherwise ...
lithium381
Offline Send Email
Oct 5, 2001
10:23 pm
672
Thanks for the help...
moe2e
Offline Send Email
Oct 5, 2001
11:16 pm
673
Anyone know how to load images using Turbo Pascal 7.0?...
nobody10_ca
Offline Send Email
Oct 9, 2001
3:03 am
674
There are multiple ways of solving this problem, the best ones are to use either a case or a set. I have added source code - but formatting/indenting gets ...
anilms.rm
Offline Send Email
Oct 9, 2001
5:14 pm
675
What kind of images? I've got a few source snipets that'll load BMPs, PCXs....and i may have a jpg viewer somewhere...let me know what you need....
lithium381
Offline Send Email
Oct 12, 2001
4:47 am
676
Hey Lithium,<br>good to see you active in the room again.<br>Could you send me the jpeg viewer if you find it.<br>I am obtainable at...
thingy_ma_bob
Offline Send Email
Oct 12, 2001
8:58 pm
677
Heh yeah it's been a while, i'm happy to be back, heh, got a bit rusty, havne't updated my site in a long time though, need to work on that if i find the ...
lithium381
Offline Send Email
Oct 13, 2001
6:39 am
678
HAHA i have found the Gif viwer...at least the ZIP file for it...i know that it worked at one point, may take a small bit of tweaking, so i've got that if you...
lithium381
Offline Send Email
Oct 13, 2001
6:42 am
679
Hey Lithium,<br>Sure, at the moment I am collecting code.<br>Don't worry about tweaking it.. I will play around with it (best way to...
thingy_ma_bob
Offline Send Email
Oct 13, 2001
9:15 pm
680
to make it easy on me...e-mail me at Lithium381@... with the addy you want it to go to, and i'll send it...what did you want? all of it or just the gif?...
lithium381
Offline Send Email
Oct 13, 2001
9:59 pm
681
I got a new computer and Turbo Pascal doesn't work on it! I try to run any program and all I get is an error message saying, 'Error 200 : Dision by 0'. How...
oaworld2001
Offline Send Email
Oct 15, 2001
7:55 pm
682
It is caused by your computer being too fast for TP to handle. Suggestions and solutions are provided in previous messages. Look for it.<br><br>Allen....
vcode_server
Offline Send Email
Oct 15, 2001
11:43 pm
683
could someone write the code for a timer with an on button on the first form and an off button on a seperate form. i need to see the time it has taken for a ...
tripmasteruk
Offline Send Email
Oct 17, 2001
3:32 pm
684
Your best bet for this problem is to use a case statement.<br>You should write the code as follows<br><br>case modelno of<br><br> 119:begin<br> defect;<br>...
avdio
Offline Send Email
Oct 17, 2001
10:56 pm
685
You are wrong. The best way to use the case statement is to combine all the "defects" into one single case statement - see code below. The other way could be...
anilms.rm
Offline Send Email
Oct 18, 2001
1:14 pm
686
I assume the following:<br>1. That there are two forms in two separate units (Form1-Unit1, Form2-Unit2). <br>2. That the timer is on Form1 with a button to ...
anilms.rm
Offline Send Email
Oct 18, 2001
1:24 pm
687
I wasn't wrong. All you have done is tidy the code up. The implication is exactly the same and for a new user, my way shows exactly what the code is doing....
avdio
Offline Send Email
Oct 18, 2001
7:17 pm
688
the position is this i have 5 forms with code to start the timer on the first form and code to stop it on the last form but what i need is the code to direct...
tripmasteruk
Offline Send Email
Oct 18, 2001
9:38 pm
689
All three methods work, But the example by anilms.rm is by far the cleanest...Might sounds complicated depending on your level though..*shrug* good luck!...
lithium381
Offline Send Email
Oct 18, 2001
10:36 pm
690
i am sorry folks for wasting your time but the replies i got are for a car that has broken down or have i to figure out the code for my problem of this code...
tripmasteruk
Offline Send Email
Oct 19, 2001
12:06 am
691
the position is this i have 5 forms with code to start the timer on the first form and code to stop it on the last form but what i need is the code to direct...
tripmasteruk
Offline Send Email
Oct 19, 2001
6:35 am
692
Yes, for a new user your method is more easily understandable. I work for a company where we do extensive code documentation and code reviews, we trim down and...
anilms.rm
Offline Send Email
Oct 19, 2001
1:02 pm
693
Hey Guys,<br>Does anyone know how to change HDD sharing through winAPI or delphi.<br>I have a program running on a computer in network and I want to tell ot to...
thingy_ma_bob
Offline Send Email
Oct 22, 2001
7:42 pm
694
I'm looking for a BLAISE PROGRAMMER with at least one year of experience to work a 4 month temp to perm position in the D.C. Metro area. Pay $50,000. Excellent...
teckgurrl
Offline Send Email
Oct 22, 2001
8:48 pm
695
&lt;EOM&gt;...
tripmasteruk
Offline Send Email
Oct 24, 2001
7:56 pm
696
Hi Im new but I got a question wondering if anyone knows how to do this, which I hope so.The problem wanted me to ask do this:<br>ask the person to enter the ...
fanelli_girl02
Offline Send Email
Oct 25, 2001
8:09 pm
Messages 667 - 696 of 1332   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help