not: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (VBS2 scripting category removal)
m (template:command argument fix)
(5 intermediate revisions by 4 users not shown)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| not a.
| '''not''' a is exactly the same as [[!]]a |DESCRIPTION=
 
Exactly the same as [[! a]] |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''not''' a  |= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''not''' a  |SYNTAX=


|p1= a: [[Number]] |= Parameter 1
|p1= a: [[Boolean]] |PARAMETER1=


| [[Boolean]] |= Return value
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <br><code>not [[false]] </code>
|x1= <br><code>not [[false]] </code>


Result is [[true]]. |= Example 1
Result is [[true]]. |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Operators]] |= See also
| [[Operators]] |SEEALSO=


}}
}}
Line 38: Line 36:


[[Category:Scripting Commands|NOT]]
[[Category:Scripting Commands|NOT]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|NOT]]
[[Category:Scripting Commands OFP 1.96|NOT]]
[[Category:Scripting Commands OFP 1.46|NOT]]
[[Category:Scripting Commands OFP 1.46|NOT]]
[[Category:Scripting Commands ArmA|NOT]]
[[Category:Scripting Commands ArmA|NOT]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:44, 7 April 2019

Hover & click on the images for description

Description

Description:
not a is exactly the same as !a
Groups:
Uncategorised

Syntax

Syntax:
Boolean = not a
Parameters:
a: Boolean
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

Bottom Section