in reply to RE: String comparison
in thread String comparison

Uh, you should really use eq for string tests. cmp should be used for sorting string (actually determining order).