Untested, but give it a try:
Code:
For i = 0 to 3
  BCD_Value.0[i] = ~BCD_Value.0[i]
NEXT
/Henrik.