![](/images/backgrounds/152344/bg42.png)
58 ● @COM[n] DMC-1400 Series Command Reference
@COM[n] FUNCTION: Bitwise complement
DESCRIPTION:
Performs the bitwise complement (NOT) operation to the given number
ARGUMENTS: @COM[n] where
n is a signed integer in the range -2147483647 to 2147483647.
The integer is interpreted as a 32-bit field.
USAGE: DEFAULTS:
While Moving Yes Default Value -
In a Program Yes Default Format -
Command Line Yes
Controller Usage ALL
RELATED COMMANDS:
& | Logical operators AND and OR
EXAMPLES:
:MG {$8.0} @COM[0]
$FFFFFFFF
:MG {$8.0} @COM[$FFFFFFFF]
$00000000
: