From: Eric Hofreiter Date: 2005-11-06T16:03:43+09:00 Subject: Generation of Unique Symbols --0-730992535-1131260619=:58923 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit So far this is the best way I have come up with to generate unique symbols: symbol = :AAAAAAAA def getNext symbol = eval(":" + symbol.id2name.next) end But this is obviously not very efficient. Is there a better way to do this? If not I may just go back to good old integers. --------------------------------- Yahoo! FareChase - Search multiple travel sites in one click. --0-730992535-1131260619=:58923--