/ Forums / Advansys Formativ / Creating Solutions with Formativ / Writing to a text file / Reply To: Writing to a text file
November 19, 2005 at 8:34 am
#7374
I implemented the version of L.P. Irovetz as it writes directly to the logfile. So if the applet crashes I even have some logging. This is a major difference compared to the solution of MA.
Just had to change fso.CreateTextFile(Path) to fso.CreateTextFile(Fic_Path).
Thanks for your response!
Roland Leurs