home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / lisp / 2074 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!brunix!cs.brown.edu!map
  3. From: map@cs.brown.edu (Mike Perkowitz)
  4. Subject: converting from strings to ___
  5. Message-ID: <1992Jul22.194639.10131@cs.brown.edu>
  6. Sender: news@cs.brown.edu
  7. Organization: Brown Computer Science Dept.
  8. Date: Wed, 22 Jul 1992 19:46:39 GMT
  9. Lines: 18
  10.  
  11.  
  12. i'm working on a system where i'm getting user input through Motif widgets
  13. (using CLM). in one part, the user can specify values for certain parameters
  14. through a text widget. the problem is that the value held by the text widget
  15. will always be a string. i need to be able to treat that string as a number or
  16. even as any arbitrary value (t/nil, for example). what it really seems like i
  17. need to be able to do is just "remove the quotes" from the string and turn it
  18. into a symbol or something. does anybody have any ideas? is this doable? to
  19. what extent? any assistance would be greatly appreciated...
  20.  
  21. thanks,
  22.  
  23. mike perkowitz
  24.  
  25. ----------------------------------------------------------------
  26.      No statement made in a signature file is ever correct.
  27.           Mike Perkowitz              map@cs.brown.edu
  28. ----------------------------------------------------------------
  29.