Also, I was trying to figure if this is how this worked.

X = %00001111

X = X | %010000000

Is %01001111 the value of X now?

Thanks, Don