From: Derek Smith Date: 2009-12-14T09:11:25+09:00 Subject: Re: case with && not working compared to using if, works! > Even better, use interpolation: > > puts "Running PID == PID in File #{d}#{t.hour}#{t.min}" > > (tho that looks like it'll print out ugly, it is equivalent to your > original code and is much more readable.) LOL...advice taken. Thanks Ryan. :) -- Posted via http://www.ruby-forum.com/.