<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
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>                                               </body>
</html>