From: Albert Ng Date: 2007-03-13T01:41:46+09:00 Subject: Re: [QUIZ] SimFrost (#117) ------=_Part_4002_14563025.1173717704331 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Did some testing, and came out with this... BLUE = [ 0, 255, 0].pack("C*") GREEN = [ 255, 0, 0].pack("C*") RED = [ 0, 0, 255].pack("C*") is it just in my PC? ------=_Part_4002_14563025.1173717704331--