... const step=2 var i:integer; begin for I := 2 to 8 do if i mod step = 0 then begin ..... end; end. There, so if it's a step of two(defined in constant) it...
try this i:=2 repeat i:=i+2; ... until i:=8; ... __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World...
Does anybody know where i can find Turbo pascal for windows? It would be a really big help, my dos version in Windows XP crashes! Gimme an email if ya know...
You can upgrade to Delphi which compiles pascal programs. I'm running Turbo Pascal 6.0 under Windows XP with no problems. I don't know why your pascal...
He may be running 7.0....that's what i use, but i'm still running on windows98, and it works fine...i may have a copy of pascal for windows wandering...
... I have a few BMP readers, and a BMP writter i think that you could look at to maybe figure out the format. I dont' think it's that complicated.....heh,...
reza_bk <reza_bk@...> wrote: helo..... i wana do it in pascal please help me.... For i = 2 To 8 Step 2 tank you..... To unsubscribe from this group, send...
No, that doesn't work. Use ... i := 1 to 8 do begin i := i + 1; ... end; But better IMHO ... i := 1 to 4 begin j := i * 2; ... using j not i end; Regards,...
Hi everyone. I just joined the group and I thought I'd introduce myself. My name's Gemma and I've just finished a years IT course with PASCAL programming as...
Hello friends, I have downloaded the Delphi 5 60 days trial version and on installing the same after getting password number from Borland I am getting the...
Hi gemma I am a student university , and I learnd pascal too. we can solve our problems with pascal togther . I know c_dos a little I you have a question you...
its cool... this group looks like a mailing list where you can meet ppl :) anywayz, at least theres something to write about ;) Anon ps: as for delphi 5...
how to create pull down - menu in pascal programming? can we use mouse too? please help me __________________________________________________ Do You Yahoo!? ...
Pascal downloads (best site ever): SWAG: http://www.gdsoft.com/swag/swag.html ===== E-mail sent by AnonymusFTC (a.k.a. ZS) ... HUNGARY, FTC, RED WINGS, LUL,...
marco cantu's website can be of help. http://www.marcocantu.com/edelphi/default.htm ... __________________________________________________ Do You Yahoo!? ...
Hello I currently use Turbo Pascal in DOS, but am looking to change to a language which uses Windows. Can anyone suggest which one is similar to Turbo Pascal? ...
Hello Delphi is a Windows based programming language based on Object Pascal which is the Object Oriented Programming version of Pascal. For more details...
You can give a try to FreePascal - www.freepascal.org. It is compatible with TurboPascal and Delphi 3 and its free. Also its IDE looks very similar to that of...
Does anyone can help me to find Program to count fractal dimension/measure? __________________________________________________ Do You Yahoo!? Yahoo! Health -...