count array
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Count number of elements in the array.
Syntax
Examples
- Example 1:
count [0, 0, 1, 2]Result is 4
- Example 2:
_cnt=count units _groupOne- Example 3:
_cnt=count thislist

