From: basi Date: 2005-12-02T16:42:33+09:00 Subject: Kirbybase: Displaying a field value Hello, This is likely to be another one of those embarrassing questions. I have a table of tokens, one token one record, which I'd like to process as strings, for example: tgl_tokens.select.each do |t| puts t.to_s end I expect, say: Retraction headline But I get: # recno=579, tgltoken="Retraction"> # recno=580, tgltoken="headline"> How do I get the expected results? Thanks for the help. basi