not: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
m (not in a2)
Line 31: Line 31:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
not available in Arma2 replaced by the ! operator


[[User:Mikero|Mikero (nee Ook?)]] 11:52, 22 August 2010 (CEST)
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 11:52, 22 August 2010

Hover & click on the images for description

Description

Description:
not a. Exactly the same as ! a
Groups:
Uncategorised

Syntax

Syntax:
Boolean = not a
Parameters:
a: Number
Return Value:
Boolean

Examples

Example 1:

not false Result is true.

Additional Information

See also:
Operators

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

not available in Arma2 replaced by the ! operator Mikero (nee Ook?) 11:52, 22 August 2010 (CEST)

Bottom Section