Inside Coldfusion MX
BitMaskRead (number, start, length) Description
Performs a bitwise mask read operation. Example
<cfoutput> The bit mask of 255 is: #BitMaskRead(255, 4, 4)# </cfoutput> |
BitMaskRead (number, start, length) Description
Performs a bitwise mask read operation. Example
<cfoutput> The bit mask of 255 is: #BitMaskRead(255, 4, 4)# </cfoutput> |