What im trying to do is make $color return the RGB value of the specified color box # but I want the commas to be there too... Like: $color(1)
would be 0,0,0 or w/e black's RGB is... :-/
Unless something like $rgb(0) which is returned (Zero Is Returned) when you do $color(1)...