-: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 66: | Line 66: | ||
|x5= <sqf> | |x5= <sqf> | ||
_result = [0, [0], [[0]]] - [[0]]; // [0, [[0]]] - Since | _result = [0, [0], [[0]]] - [[0]]; // [0, [<nowiki/>[0]]] - Since {{arma3}} | ||
_result = [0, [0], [[0]]] - [[[0]]]; // [0, [0]] | _result = [0, [0], [[0]]] - [[[0]]]; // [0, [0]] - Since {{arma3}} | ||
</sqf> | </sqf> | ||
|seealso= [[Array]] [[Operators]] [[deleteAt]] [[deleteRange]] | |seealso= [[Array]] [[Operators]] [[deleteAt]] [[deleteRange]] | ||
}} | }} |
Latest revision as of 20:18, 7 April 2024
Description
- Description:
- Subtracts numbers or arrays from each another, negates a number. For arrays also see deleteAt and deleteRange.
- Groups:
- MathArrays
Syntax 1
Syntax 2
Syntax 3
Examples
- Example 1:
- Example 2:
- Example 3:
- Example 4:
- Example 5:
Additional Information
- See also:
- Array Operators deleteAt deleteRange
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Math
- Command Group: Arrays