Script Language: Expressions: Bit Access
|
![]() |
Each bit in a variable can be addressed individually using bitwise operators, but there is an easier way: a special syntax for accessing bits. (It is especially handy for coding dialogs.) Each variable has 32-bits, which are indexed 0 to 31, and can be accessed as if they were an array of 32 logical values.
|
![]() |
![]() ![]() ![]() ![]() ![]() |