i really don't know why my attachment file is being blocked. so here's the source code i'm trying to share. program Snake; uses crt; const UpArrow = #72;...
Dear Isaac, I think the group moderator has to agree to attachments being allowed, or some such. I tried your prog, and it is quite fun. Years ago, I was...
I see that all the leading spaces have been removed! So much for indentation! I should have poked the "Preview" option. If anyone wants an unmessed source...
I was just writing the full program, and then, I tought that this might be an school exercise. In the case of an school exercise, you are meant to do this...
Look for the pattern: There are successive lines of output, so you need a loop that produces each line. Each line shows a sequence of numbers, so you need some...
it is a school excersice.. and i think i had a week trying to do something and couldnt.. the last thing was this yahoo group to help!! i think i need to do ...
Here : var Number ,i,j : integer; begin readln(Number); for i:= 1 to Number do begin for j:= 1 to i do begin write(j); end; writeln; end; readln; end. Was it...
it didnt work! ... Here : var Number ,i,j : integer; begin readln(Number); for i:= 1 to Number do begin for j:= 1 to i do begin write(j); end; writeln; end; ...
Dear Jason, Specific details are important! Is there a syntax error complaint from the compiler? (Be careful in distinguishing 1 the digit from l the letter,...
Well that is very funny since I have compiled it before I posted it, and it worked perfectly! ... __________________________________________________ Do you...
Sure it does. Except that you have to put a space between the numbers. Time for you to start doing at least some of the work!! Regards, David Smart SmartWare...
1. guys, how do you deal with the error 200 of TP7 that appears in modern (or fast) computers. personally, i use the crt replacement that can be downloaded...
... I mostly use the replacement from my site http://www.unclero.tk And otherwise, I use Delphi.. ... Delphi cannot be compared to VB.. It is something about...
... No, it is not. ... I am really very surprised at that. Delphi has a lot of advantages but functionality over Vb is not one of them. and dates from an ... ...
Dear Isaac, I downloaded t7tplfix.zip and applied the patch, and have not had any trouble since. Previously, the prog. would generate error 200 sometimes, and...
I think Visual basic is much better than Delphi, Borland itself said that .NET technology (vb is part of it) is the future for windows development and I think...
To who have a mind, to who have a human inside his body: Iraqi war: Infant and 8 years old are the strategic target of the most ever criminal war in this...
thank you.. it worked.. i saw a missing writeln command before the readln.. I need some excersises on the loop structure.. while, for do, repeat until.. i have...
Please, Keep this ML clean from politics.. And if you think I am some Republican, I am not. I am just your average guy in The Netherlands, who stood for hours...
Turbo Pascal has a limit of +- 65000 variables, every value in an array is counted as a variable. So with an array of 1000x1000 you are looking at a million...
Rubbish!! Laurian sent you working code. What more do you want? It's your schoolwork, not ours. If you don't understand what's taught in class, ask your...