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...
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 ...
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 ...
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 ...
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 ...
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...
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?...
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...
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....
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 ...
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>...
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...
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 ...
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....
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...
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!...
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...
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...
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...
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...
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...
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 ...