<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<STYLE>.hmmessage P {
        PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-FAMILY: Tahoma; FONT-SIZE: 10pt
}
</STYLE>

<META name=GENERATOR content="MSHTML 9.00.8112.16421"></HEAD>
<BODY class=hmmessage>
<DIV dir=ltr align=left><SPAN class=440041109-17052011><FONT 
face="Courier New">Are you sure you output the A-list in 
write-mode?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=440041109-17052011><FONT 
face="Courier New">Using display (or (printf "~a" A-list)) would give you 
exactly the output you describe.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=440041109-17052011><FONT 
face="Courier New">You may want to use symbol? and string? in order to inspect 
the input.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=440041109-17052011><FONT 
face="Courier New">Jos</FONT></SPAN></DIV><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma><B>From:</B> users-bounces@racket-lang.org 
  [mailto:users-bounces@racket-lang.org] <B>On Behalf Of </B>jimmy 
  dura<BR><B>Sent:</B> 17 May 2011 11:05<BR><B>To:</B> 
  users@racket-lang.org<BR><B>Subject:</B> [racket] Question about reading 
  string on a file<BR></FONT><BR></DIV>
  <DIV></DIV>Hello, i am a french student, sorry for my english.<BR>&nbsp;My 
  problem is :<BR>&nbsp;I want to write an A-List on a file "Diary.txt" , this 
  A-list contains couples of a symbol and a string. Example : '((17/05/2011 
  "Hello guys") (18/05/2011 "good morning")) .<BR>But I have a problem when I 
  read this A-List from the file with the function (read p-in), it transforms 
  strings to symbol .. like that : '((17/05/2011 Hello guys) (18/05/2011 good 
  morning))<BR>How to get back the A-List with strings like on my example 
  ?<BR><BR>Thanks, jimmy.<BR></BLOCKQUOTE></BODY></HTML>