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...
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....
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,...
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...
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 ...
... 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,...
... <HR> <html><body> <tt> > how can i make a pascal program run dos-commands... is<BR> > it possible? if yes.. how can i make it run more than<BR> >...
... <HR> <html><body> <tt> > thnx for your answer, but i know the *.bat way... i<BR> > wanted to make a program with pascal only.... i<BR> > couldnt...
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....
I dont really understand ya, but this might help: program once; uses crt; const adb=10; a:array[1..adb] Of Byte=(8,8,9,1,5,9,3,5,1,6); var b:array[1..adb] of...
... get a rar decompressor from somewhere ... i hope you can write that part... just "a" is not a "const", but a "var", and at the start you make the input... ...
... i hope so :) ... never heard about it, sorry... Zs ===== E-mail sent by _AnoN_ (a.k.a. Anonymus, AnonymusFTC, ZS, Gonzales) IRC:#pascal,#windows,#ftc -=-...
I started parameters in my last Software Development lesson, although I was just given a sheet, with hardly any explanations on at all and we were given a...
Actually, perhaps your main problem is that you're not really creating array B. You're reporting on what array B would contain, which is slightly more...
Not sure that this is what Gemma was after. The question seemed to be about procedures and their parameters. So this explanation too ... You're already...
... Geeeeeeeez... if so, then sorry :) Zs ===== E-mail sent by _AnoN_ (a.k.a. Anonymus, AnonymusFTC, ZS, Gonzales) IRC:#pascal,#windows,#ftc -=- Message-BOT,...