Question: If error next do

(1) for i from 1 to 10 do;

(2) for j from 1 to 10 do:

(3) PSLQ([f(i]), f(j)]);

(4) od: od:

What I want is that if there is an error in line (3) then the program ignores it and goes to next do. How can I got that?

Please Wait...