Hey
@Cableguy, you were an early adapter of b4ppc, good on you

Yes they are integers thus can be stored simply enough, in my case all my colours can be user customised, I just stored them separately as I'm using ColorDialog and I just wanted to do it that way. If my memory serves me correctly, cont all the colour integers start with a (-)hyphen. I remember doing ToastMessageShow(Colors.Black, False) and ToastMessageShow(Colors.RGB(0, 0, 0), False) thinking that it would return 000000 or 0, but infact it returned some strange -16xxxx number.....