<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7655.10">
<TITLE>dealing with strings -> symbols</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi there,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I have come across something that I need just a little bit of help with.</FONT>

<BR><FONT SIZE=2 FACE="Arial">I managed to write some lisp code to read a flat file, line by line.  I also</FONT>

<BR><FONT SIZE=2 FACE="Arial">managed to put those lines of code into something like this:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">(</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">( "A,MSFT.N,D,12.4,12:43:00")</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">( "f,IBM.N,f,108.4,11:09:023")</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">)</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">All comma delineated text files.  Now, I would like to convert this into</FONT>

<BR><FONT SIZE=2 FACE="Arial">something that I can deal with from a lisp perspective - I would like</FONT>

<BR><FONT SIZE=2 FACE="Arial">to get so that these values are symbols - so this is what I really</FONT>

<BR><FONT SIZE=2 FACE="Arial">want:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">(</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">( A  MSFT.N  D  12.4  12:43:00  )</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">(  f  IBM.N  f  108.4  11:09:023 )</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">)</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I noticed that there is a function called INTERN which seems to convert</FONT>

<BR><FONT SIZE=2 FACE="Arial">a regular string to a symbol, but, I don't really have a regular string, I </FONT>

<BR><FONT SIZE=2 FACE="Arial">have a "mess" as shown above.  Any idea on how I can go from a</FONT>

<BR><FONT SIZE=2 FACE="Arial">messed up single long string, to a bunch of symbols, so I can finally</FONT>

<BR><FONT SIZE=2 FACE="Arial">start dealing with the symbols in the line from a file a "lisp way"?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks, Alex.</FONT>
</P>

<font face="monospace">_______________________________________________________________________<br>
<br>
This email is intended only for the use of the individual(s) to whom it is addressed and may be privileged and confidential.<br>
Unauthorised use or disclosure is prohibited. If you receive This e-mail in error, please advise immediately and delete the original message. <br>
This message may have been altered without your or our knowledge and the sender does not accept any liability for any errors or omissions in the message.<br>
<br>
Ce courriel est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. <br>
Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite.<br>
Si vous recevez ce courriel par erreur, veuillez m'en aviser immédiatement, par retour de courriel ou par un autre moyen.</font></BODY>
</HTML>