BitChange ( value ; bit )
Toggles a bit in a value
Average rating: 4.4 (35 votes) Log in to vote
Theo Ros - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Toggles a bit in a value to 0 is originally it was set,
sets it to 1 if it was not set
Syntax: BitChange ( value ; bit )
Returns the value with the bit changed
Return type: Number
Uses function BitTest()
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.