Feature Request: Get bit position

When working on bit stream data, I often need to know the current bit position so I can apply required padding bits. My current workaround is to have a global variable to keep track of the number of bits I consumed and increment it on every bit field consumed. It would be much easier if there’s a bit-level version of FTell().

1 Like

Yes, we’ve had a few requests for this and hope to have this feature in our next version. Cheers!

Graeme
SweetScape Software

2 Likes