On Thu, 3 Jan 2019 14:53:22 +0100 Andreas Pirklbauer <andreas_pirklbauer at yahoo.com> wrote: > ELSIF res = 3 THEN importing := name; > WHILE nofimps > 0 DO DEC(nofimps); > DEC(import[nofimps].refcnt) END Aha, changing it to ELSIF (res = 3) OR (res = 7) THEN ... Will it do? -- Tomas Kral <thomas.kral at email.cz>