Doriano Blengino ha scritto: > > The subroutine could look something like this: > > sub square_diamond(left, right, top, bottom as integer) > > step = (right+left) / 2 > SORRY: step = (right - left) / 2 Urgh... Regards, Doriano