not: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|NOT]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|NOT]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|NOT]]
[[Category:Scripting Commands ArmA|NOT]]


| ofp |= Game name


<h2 style="color:#000066">'''not ''a'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


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


'''Operand types:'''
| '''not''' a |= Syntax


'''a:''' [[Boolean]]
|p1= a: [[Boolean]] |= Parameter 1


'''Type of returned value:'''
| [[Boolean]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>not [[false]] ...... Result is [[true]].</pre> |= Example 1
____________________________________________________________________________________________


[[Boolean]]
|  |= See also


'''Description:'''
}}


'''not''' a.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''not''' a is exactly the same as [[! a]]
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>


'''Example:'''
[[Category:Scripting Commands|NOT]]
 
[[Category:Scripting Commands OFP 1.96|NOT]]
'''not''' [[false]] ...... Result is [[true]].
[[Category:Scripting Commands OFP 1.46|NOT]]
[[Category:Scripting Commands ArmA|NOT]]

Revision as of 00:22, 2 August 2006

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
not [[false]] ...... Result is [[true]].

Additional Information

See also:
See also needed

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