[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: string to symbol, how?



In article <3ocrgq$7in@waage.rz.uni-ulm.de>, stede@faw.uni-ulm.de (Manfred
Stede) wrote:

> it: can someone tell me how to convert a string to a symbol?

(intern (string-upcase "The string") (find-package :your-favorite-package))

 Karsten A. Poeck, Lehrstuhl fuer Informatik VI, Universitaet Wuerzburg