[erlang-questions] File IO

Vlad12 vsarpe@REDACTED
Fri May 16 22:51:22 CEST 2008


Ok by adding file:close, I can get Terms to be written into the file, but
only if they are in string format. For some reason, I cannot write any
touples into a file.

Terms = ["one", "two"]     % this gets written
Terms = [{one}, {two}]   % this does not get written
Terms = [{"one"}, {"two"}]  % this does not get written

Does anyone know how to get around this, to write touples into files?

Vlad

-- 
View this message in context: http://www.nabble.com/File-IO-tp17281272p17284012.html
Sent from the Erlang Questions mailing list archive at Nabble.com.




More information about the erlang-questions mailing list