Hey,
Can Xbrowse show's a array/dbf with colorcodes in hex. Format like #4286f4
I need to show colors codes in Hex
function X2RGB( cClr )
local r := HEXTONUM( SubStr( cClr, 2, 2 ) )
local g := HEXTONUM( SubStr( cClr, 4, 2 ) )
local b := HEXTONUM( SubStr( cClr, 6, 2 ) )
return nRGB( r, g, b )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 42 guests