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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 775 - 804 of 1332   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
775
here:<br>function fact(n: Integer): LongInt;<br>var i: Integer;<br> sum: LongInt;<br>begin<br> if n = 0 then fact := 1<br> else begin<br> sum := 1;<br> for i...
uo510
Offline Send Email
Feb 1, 2002
8:43 am
776
Few people like to do assignment for others especially when the assignment is such a boring one....
vcode_server
Offline Send Email
Feb 1, 2002
7:43 pm
777
I didnt say DO THE PROGRAM for me I am asking for help on how to call the program to do the 2nd to the last procedure....
fanelli_girl02
Offline Send Email
Feb 1, 2002
8:15 pm
778
Hello<br><br>I am new to this group. My question may have been addressed many times before, but however......<br>After about seven years I am trying to pick up...
botia_2000
Offline Send Email
Feb 1, 2002
10:39 pm
779
Hallo<br><br>I addressed the same question today, not having read your reply. Can you please read my message # 778 and give me some advices ?<br>Greetings Alf...
botia_2000
Offline Send Email
Feb 1, 2002
10:48 pm
780
One easy solutions: Use a short loop.<br><br>fact :=1;<br>for i:= 2 to n<br>fact:=fact*i;<br>end<br><br>fact,n and i are integers....
botia_2000
Offline Send Email
Feb 1, 2002
11:00 pm
781
Thanks...
wanna_see_my_pballz
wanna_see_my...
Offline Send Email
Feb 2, 2002
7:54 pm
782
Hi I just recently started the Bachelor of IT and we've started to program in pascal, and i am clueless.<br><br>I am experienced in BASIC specifically...
krisweyling
Offline Send Email
Feb 3, 2002
3:29 am
783
I don't remember how the BASIC-functions<br>work,&lt;br&gt;but I guess, that the copy-function is what you<br>are&lt;br&gt;looking for. The following is from ...
jens_khan
Offline Send Email
Feb 6, 2002
10:30 pm
784
I've been programming with TP for about 8 years, still using TP 6 for DOS, but thinking about upgrading to Delphi to be able to create Windows apps. I've ...
richard_smith1957
richard_smit...
Offline Send Email
Feb 8, 2002
3:09 am
785
You must consider only the three importantns things:<br>1. put the directive {$APPTYPE CONSOLE}<br> after the program rezerved word.<br> don't foget to change ...
uo510
Offline Send Email
Feb 8, 2002
2:09 pm
786
Does anyone know where I can find DOS TP code for creating TCP/IP packets? I've got the 900+ page IBM book on TCP/IP, but why reinvent the wheel.<br><br>Thanks...
c12h22o11_31415
Offline Send Email
Feb 8, 2002
2:41 pm
787
I suggest you forget your old TP source code for a moment and start learning the basic of Delphi first. E.g. instead of using writeln / readln you should learn...
vcode_server
Offline Send Email
Feb 8, 2002
8:07 pm
788
You can use a lot more of your original code. If you define all of your strings as shorstring.<br>Shortstring is the same as string in Turbo Pascal (max 255 ...
jens_khan
Offline Send Email
Feb 9, 2002
1:02 am
789
Hi all,<br><br>Does anyone know of a program/procedure that outputs<br>all possible combinations (not permutations) of an<br>arbitrary number of things? I'm...
stevec_7
Offline Send Email
Feb 11, 2002
11:57 pm
790
I have a problem. I have Turbo Pascal 7.0 loaded on my machine (IBM Thinkpad 600E) and I get the following error message when I try to run the TVDemo.PAS ...
philsidney
Offline Send Email
Feb 13, 2002
9:49 pm
791
I know this message is a little dated...<br>However, I came across this<br><a href=http://www.bloodshed.net/devpascal.html...
torch989
Offline Send Email
Feb 14, 2002
1:28 am
792
Please follow the following ...<br>1. Set linker to disk not to memory !<br>2. Set stack and heap size to maximum values see help index at $M for values ...
uo510
Offline Send Email
Feb 14, 2002
8:51 am
793
The title says it all!...
uk_hypernick
Offline Send Email
Feb 15, 2002
6:36 pm
794
E-mail me @ Lithium381@... <br>Or if you have AIM, Lithium381<br>I might be able to help you....
lithium381
Offline Send Email
Feb 16, 2002
1:41 am
795
I'm thinking probably.....i've got a 46k file i downloaded at least two years ago, where do you want me to send it?...
lithium381
Offline Send Email
Feb 16, 2002
1:43 am
796
what kind of file is that?<br>if its not a virus, plz. send to hypernick@......
uk_hypernick
Offline Send Email
Feb 16, 2002
3:02 pm
797
what i mean is if i draw a 3D object in some other program, can i then work with it in TP?...
uk_hypernick
Offline Send Email
Feb 16, 2002
3:03 pm
798
Not sure exactly what you're looking for, i'm about to send the file i have....it's not a virus to the best of my knowlage, i've never had anything go wrong...
lithium381
Offline Send Email
Feb 17, 2002
5:08 am
799
thanx a lot for that file - it will be very helpful. did you say you downloaded it from somwhere?...
uk_hypernick
Offline Send Email
Feb 17, 2002
5:44 pm
800
I have lost my old turbo Pascal compiler<br><br>Could you help me in getting one (last one y had was release 4)<br><br>Thanks...
joaobrcob
Offline Send Email
Feb 18, 2002
8:23 pm
801
Yes I can help you but I got only the 7 release !...
uo510
Offline Send Email
Feb 19, 2002
9:12 am
802
I am trying to communicate with a non standard electronic device (digital sign with no supplied driver) via the serial port (com1) of my PC. I understand in ...
animal07uk
Offline Send Email
Feb 19, 2002
1:15 pm
803
in the old days we just hammered the bytes through hardware port or used interrupt. How times change....
askgmd
Offline Send Email
Feb 19, 2002
6:18 pm
804
Hi i just joined here and have just started to learn how to program with pascal. Any help would be appreciated.<br><br>From Brendan...
snypt2k
Offline Send Email
Feb 20, 2002
4:03 am
Messages 775 - 804 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