Hi,

I'd like to use a var to hold a Hex number. But in this code:

var a = "ffff00"

a is a string. var a=ffff00 will not work either. How can I put a
Hex number ffff00 into a var?

Thanks

Chris...