[Lazarus] Is it possible to create a loop

dennis martin visionstaff at yahoo.com
Sun Oct 3 21:01:09 CEST 2010


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



--- On Sun, 10/3/10, Bizugo <kingbizugo at gmail.com> wrote:

> From: Bizugo <kingbizugo at gmail.com>
> Subject: [Lazarus] Is it possible to create a loop
> To: lazarus at lists.lazarus.freepascal.org
> 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
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
> 


      




More information about the Lazarus mailing list