>From the win32 gui example colors.gpl $color = GUI::ChooseColor(-owner => $w);
Any idea how I can convert the decimal RGB value, $color to the HTML HEX format ? ie: selecting the colour green returns 65280 How do I convert this to the HTML HEX value: #00FF00 ? Thanks! --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more