Hi, > Message_Prequit = .Bits: 8, > Message_PreQuit = .Bits: 8, // V6.21 TV > > Any reason why action is defined just as a "bits" and not its own > specialised (enum) type like most other things? Is it because enums in this language can't have two things with the same value? (I know you can in C.) Cheers, Ralph.