Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre questionLes données sont stockées avec ou sans les guillemets dans le fichier texte ?
Avec, car je les ajoute avec WriteLine...
Unlike the Print function, the Write function inserts commas between items and quotation marks around strings as they are written to the file. You don't have to put explicit delimiters in the list. When Write is used to write data to a file, only the following data formats are supported and several universal assumptions are followed so the data can always be read and correctly interpreted using Input, regardless of locale:
FileOpen(1, CheminDuFichier, OpenMode.Append) PrintLine(1, Identifiant) FileClose(1)