On 03.10.2010 20:01, Bizugo wrote: > Is possible to create a loop using a code like this one: > > for var J: integer = X to Y do {...} > > Thanks. No, it isn't. You must declare the type at the beginning of the function/procedure. Regards, Sven