To work with For statement
Recognizing Delphi programming structure – For:
Declaration
var
x:Integer;
begin
for x:=1 to 10 do
&ldots;&ldots;&ldots;
&ldots;&ldots;
end;
Post a Comment
No comments:
Post a Comment