Das Prinzip ist. Aber es ist
deine Aufgabe. Starthilfe hast du nun. Benutze ein logisches UND (in Delphi
and).
Code:
if(zahl and $01)then // Box für Bit 0
if(zahl and $02)then // Box für Bit 1
if(zahl and $04)then // Box für Bit 2
if(zahl and $08)then // Box für Bit 3
if(zahl and $10)then // Box für Bit 4