More than two output from one proof-lite job

Dear,

Can I make more than two output from one proof-lite job ?
i.e.)
fProofFile[iFile] = new TProofOutputFile(fName[iFile], “M”);
fFile[iFile] = fProofFile[iFile]->OpenFile(“RECREATE”);

fName[iFile] is name of output file.

Best regards,
Kenji

Hi,

Yes, there is no limitation on the number of TProofOutputFile instances.

G. Ganis