View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 09-16-2021 , 08:59   Re: [TUT] Bits, Bit-fields, and Bit-wise Operators
Reply With Quote #94

It's been covered before somewhere on the forums, but you'd need to create a macro or function to do this. Basically you'd use an array to get bits in excess of 32. So if you need 64 bits, you have an array bitField[ 2 ]. For bits 1-32 the first cell is used, for bits 33 to 64, the second cell is used, etc.
__________________
Bugsy is offline