<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.4">
</HEAD>
<BODY>
Hello, 
<BR>
<BR>
I would like to know if it is possible to open and write in two files at the same time. I tried it but it doesn't work. 
<BR>
To do it, I added these words in my "acd" file : 
<BR>
<I>outfile: outf2  [</I>
<BR>
<I>  parameter: "Y"</I>
<BR>
<I>  information: "Nom du fichier de résultats finaux"</I>
<BR>
<I>]</I>
<BR>
<BR>
and these words in the program :
<BR>
<I> outf2           = ajAcdGetOutfile("outf2");     /* output filename */</I>
<BR>
<BR>
<BR>
It doen't work but I don't understand why.
<BR>
Regards
<BR>
Carole
</BODY>
</HTML>