Hi Mikael

You can force the file to close this way:
export = null;

Regards
Thomas Jensen
-----Oprindelig meddelelse-----
Fra: Mikael Dalgård [mailto:[EMAIL PROTECTED]
Sendt: 9. september 2003 08:27
Til: [EMAIL PROTECTED]
Emne: [development-axapta] Closing files after usage


Hi everybody


Can anybody tell me, how I can close a file after written data to it, like in this little example down below?

   FilenameSave                   filename = "d:\\temp\\comma.csv";
   AsciIIO                             export = new AsciIIO(filename,"W");
   ;

   while select * from CUT
       order by AccountNum, Name

   {
       export.write(CUT.AccountNum + '@' + CUT.Name);
   }

Best regards

Mikael Dalgård


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



Yahoo! Groups Sponsor ADVERTISEMENT
Click to learn more...


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Reply via email to