by N4TH4NOT
Version 1 (November 17, 2025)
Download (37 downloads)
Base 10 to base 2 number converter.
βWhat should do :
The flow will fetch the contents of the clipboard for use if it is a number.
The conversation is very simple, it is done with two blocks: one (8) creates an iteration through the number and limits the processing time thanks to the second (14) which appends the next bit to the output.
The process used is what is called a bitwise operation, a special operation designed to compute numbers in their binary form.
β If you enjoy this macro, please let me know in the comment section.
ποΈ Special note :
I found that getting the clipboard contents could block the flow execution, so I added a countdown that stops the block if it waits too long.
Please be sure to give me feedback to let me know if this addition really prevents this blockage.
| 5 stars | 0 | |
| 4 stars | 0 | |
| 3 stars | 1 | |
| 2 stars | 0 | |
| 1 star | 0 | |
| Reports | 0 |
Rate and review within the app in the Community section.