Readng the documentation for a point of sale system, here is the example they give for a mask that is supposed to tell you what seats are selected. I can't figure this out. I completely understand bit masking. Is this example just wrong?
Function
This system variable is an eight character string that contains the seat filter mask.
Type/Size
A8
Syntax
@Filter_mask
Filter_mask Usage
This system variable is Read-Only.
Filter_mask Example
The following is an example of a filter mask:
80000000 - seat 1 is active (@filter_active ="Y")
00000001 - seat 32 is active (@filter_active = "Y")
50A00000 - seats 2,4,9 and 11 are active (@filter_active = "Y")
00000000 - filter inactive, no seats