Com object hex parameter

Hi all

I need to send Hex parameters to a COM object method.

An example is: XYChart(width,height,bgcolor) where bgcolor must be passed as Hex.

Therefore Progress code could be something like: chChart:XYChart(200,200,&FF000000)

Progress of course doesn't like the &FF000000

Can anyone tell me how to do this?

Cheers
 
Top