procedure test;
var cnt : integer;
begin
 for cnt := 1 to whatever  do ( your procedure ) 
end;



--- On Sun, 10/3/10, Bizugo <[email protected]> wrote:

> From: Bizugo <[email protected]>
> Subject: [Lazarus] Is it possible to create a loop
> To: [email protected]
> Date: Sunday, October 3, 2010, 2:01 PM
>  Is possible to create a loop using a
> code like this one:
> 
> for var J: integer = X to Y do {...}
> 
> Thanks.
> 
> - Bizz.
> 
> --
> _______________________________________________
> Lazarus mailing list
> [email protected]
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
> 


      

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to