From: Robert Klemme Date: 2006-02-22T02:58:30+09:00 Subject: Re: can't convert String into Integer schrieb im Newsbeitrag news:1140541177.43fb46f95fa5a@mail.atlantis.sk... Quoting Robert Klemme : > > folder.attributes["label"].gsub(/"(.*)"/, '\1') > > This gsub is pretty useless as it will replace the string by itself. What > are you trying to do here? > It strips the double quotes. Blind I am. Gosh! Thanks for clearing the fog from my brain. robert