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 your group to be featured on the Yahoo! Groups website? 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 1028 - 1066 of 1332   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1028
hello friends... ... begin IntTEmp:=IntA; IntA:=IntB; IntB:=IntTemp end; .... How i can do that without use IntTemp Variabels?!?!?! i wana do it only by TWO...
Reza
shahr_ashub
Offline Send Email
Nov 7, 2002
8:36 pm
1029
Hi, This is an old one... one of the first exercises you get when starting programming Pascal.. You might want to use this one: IntA := IntA xor IntB IntB :=...
Eltink, Royi
muhammad_ali_nl
Offline Send Email
Nov 7, 2002
8:55 pm
1030
hi i want to create an autorun program in delphi. how do i call an executable file from within delphi...
tomtom_ca
Offline Send Email
Nov 9, 2002
6:10 pm
1031
an auto-run program? don't you just save that to the ini so it's inserted, or are you talking about like a menu system that is run AS the auto-run?...
lithium381
Offline
Nov 12, 2002
3:56 am
1032
... uses shellapi; command: shellexecute i dont remember exactly what's the syntax, if you cant find it out yourself, ask and i'll check it.... zs ===== E-mail...
Zsolt Szabo
anonymusftc
Offline Send Email
Nov 13, 2002
12:24 pm
1033
Want to view Yahoo! Groups up to 51% faster and without the annoying banner ads? Go to http://myway.com and sign up, stating Yahoo! as your prefered group...
station_officer_gem
station_offi...
Offline
Nov 13, 2002
9:45 pm
1035
hello my all dear freinds: i need really your help.please help me.please help me. i'm a student of electrical engineering and as a part of my course i have to...
asghar maastband
maastbandi
Offline Send Email
Nov 14, 2002
7:03 pm
1042
I have to create this problem for a class, but I don't know how to finish it. THE PROBLEM: Write a complete program that will find the smallest positive...
Jordan
jordanr03
Offline Send Email
Nov 26, 2002
4:40 pm
1043
Anon helps :) Program CalculateSum; Uses Crt; Var Max:Integer; Sum,A:Integer; Begin ClrScr; Write('Maximum sum: '); ReadLn(Max); Sum:=0; a:=0; Repeat Inc(A); ...
Zsolt Szabo
anonymusftc
Offline Send Email
Nov 26, 2002
5:47 pm
1044
I have to say I have the best timing. A little while after posting this, I figured out how to do it. THE ANSWER: program blahblahblah (input, output); uses...
Jordan
jordanr03
Offline Send Email
Nov 27, 2002
1:49 pm
1045
... A shorter way: var X,N:integer; begin write('Enter the number : ');readln(N); X:=0; repeat inc(X) until X*(X+1)/2>N; writeln('The sum of first ',X,'...
Alex Brunetti
brunettibrun...
Offline Send Email
Nov 27, 2002
2:28 pm
1047
i have program in which i have to read from an infile and put the information into an array.i am having problems with this. if anyone could help me i would...
ms lady
oes03122002
Offline Send Email
Nov 28, 2002
3:13 pm
1048
what are you trying to accomplish, and what seems to be the problem that you're having?...
lithium381
Offline
Nov 30, 2002
9:26 am
1049
to whom it may concern: please help me. I want to stop having the enclosed emails sent to me. page not found. thank you very much, Robert Ryan ... Sorry, the...
robert ryan
jaacckkee
Offline Send Email
Nov 30, 2002
11:42 pm
1050
If you sign up to receive all posts in this group by email, you'll still get the junk emails sent where people post porn URLs. In my group I moderate all new...
station_officer_gem
station_offi...
Offline
Dec 1, 2002
4:01 pm
1051
Hello friends....I want to use LOG(Logaritm) function in pascal... but i cant find it..in pascal....please help me Thank you......
Reza
shahr_ashub
Offline Send Email
Dec 2, 2002
2:54 pm
1052
In my (old) version, it's LN - i.e. log natural. Regards, David Smart SmartWare Consulting smartware@... http://members.optushome.com.au/smartware/...
David Smart
david_j_smart
Offline Send Email
Dec 2, 2002
3:42 pm
1053
if you want log x e then use ln(x) if you want log b a then use ln(b)/ln(a) Zs ps: i hope yahoo wont screw up the lines :) ===== E-mail sent by _AnoN_ (a.k.a....
Zsolt Szabo
anonymusftc
Offline Send Email
Dec 2, 2002
4:03 pm
1054
How could I use powers in Pascal. I know what to do if the power is positive, but if it's negative?...
knightmare5600
Offline Send Email
Dec 2, 2002
4:23 pm
1055
lets say you have a function where x^y=power(x,y) ... if y>=0 then s=power(x,y) else s=1/(power(x,-y)) Zs ===== E-mail sent by _AnoN_ (a.k.a. Anonymus,...
Zsolt Szabo
anonymusftc
Offline Send Email
Dec 2, 2002
4:42 pm
1057
Not that it affects any of you in the least....simply changed it to restricted access, forcing new members to be approved. This will hopefully prevent those...
lithium381
Offline
Dec 4, 2002
4:15 am
1058
... To do a negative exponent, simply raise to power as normal, then put the result under 1>> (1/power-result) Hope this helps!...
lithium381
Offline
Dec 4, 2002
4:17 am
1059
... forcing new members to be approved. thank you very much. sometimes it does present a problem. Happy Programming! R. R. ...
robert ryan
jaacckkee
Offline Send Email
Dec 4, 2002
3:24 pm
1060
how can i make a pascal program run dos-commands... is it possible? if yes.. how can i make it run more than one command at a time?... thnx in advance ...
JJ
jasonhk0
Offline Send Email
Dec 6, 2002
2:57 pm
1061
... use "exec" the easyest way to do so (a bit lame) is to create a BAT file, run it, and delete it... Zs ===== E-mail sent by _AnoN_ (a.k.a. Anonymus,...
Zsolt Szabo
anonymusftc
Offline Send Email
Dec 6, 2002
3:04 pm
1062
... <HR> <html><body> <tt> &gt; how can i make a pascal program run dos-commands... is<BR> &gt; it possible? if yes.. how can i make it run more than<BR> &gt;...
JJ
jasonhk0
Offline Send Email
Dec 6, 2002
3:13 pm
1063
... {$M $4000,0,0 } { 16K stack, no heap } uses Dos; const prognames : array [1..5] of String= ('one', 'two', 'three', 'four', 'five'); cmdlines : array...
Zsolt Szabo
anonymusftc
Offline Send Email
Dec 6, 2002
3:25 pm
1064
... <HR> <html><body> <tt> &gt; thnx for your answer, but i know the *.bat way... i<BR> &gt; wanted to make a program with pascal only.... i<BR> &gt; couldnt...
JJ
jasonhk0
Offline Send Email
Dec 6, 2002
3:38 pm
1065
... any time :) zs ===== E-mail sent by _AnoN_ (a.k.a. Anonymus, AnonymusFTC, ZS, Gonzales) IRC:#pascal,#windows,#ftc -=- Message-BOT, Channel-BOT: BlackIce ...
Zsolt Szabo
anonymusftc
Offline Send Email
Dec 6, 2002
3:55 pm
1066
Hello! I am trying to create a program which eleminates repeated elements from array A and creates array B where all recalling elements are removed....
knightmare5600 <marek...
knightmare5600
Offline Send Email
Dec 7, 2002
2:40 pm
Messages 1028 - 1066 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