RGB to HEX
RGB to HEX
Rate RGB to HEX
(1(1 Vote))
b = Len(a)
If b = 5 Then a = "0" & a
If b = 4 Then a = "00" & a
If b = 3 Then a = "000" & a
If b = 2 Then a = "0000" & a
If b = 1 Then a = "00000" & a
RGBtoHEX = a
RGB to HEX Comments
No comments yet — be the first to post one!
Post a Comment