Skip to main content
Skip table of contents

TestBit()

TestBit() – Bit testen

Die Funktion testet, ob das aBit einer Zahl besetzt ist. Bei der Zahl 16 wäre das 3. Bit (aBit = 2) z.B. nicht besetzt, während das 5. Bit (aBit = 4) besetzt ist. (aBit = 0 ist das erste Bit)

ParameterBeschreibung

aIntValue:N

Integer

aBit:N

Bit

Rückgabewert

Logisch / Boolean - Bit besetzt

Beispiel

CODE
if TestBit(12, 3) then
   Meld('Das 4. Bit ist in der Zahl 12 gesetzt'),
endif,
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.