Skip to main content
Skip table of contents

SetBit()

SetBit() – Bit setzen

Die Funktion setzt das Bit aBit einer Zahl auf true. (aBit = 0 ist das erste Bit)

ParameterBeschreibung

aIntValue:N

Integer

aBit:N

Bit

DoSetBit:L

Bit setzen; default = true
true- Bit setzen
false- Bit löschen

Rückgabewert

Numerisch - Neue Zahl

Beispiel

CODE
SetBit(12, 1)  // Ergebnis: 14
JavaScript errors detected

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

If this problem persists, please contact our support.