I could solve it with the following function! JavaScript; function BitPicker (Value: number, BitPos: number) { let newNumber = Value & BitPos; return tools.toBoolean(newNumber) } Blockly: You can integrate (drag and drop) the attached .png directly into your IDE.
... View more