{Opens all the windows for an object file} {E.S.Ruthazer, 2001} macro 'open windows'; var i:integer; begin for i:= 1 to nImages do ShowImage(i); ShowObjectResults; end;