Workshop.codes
Create

Count Of Last updated June 25, 2026

Description

The number of elements in the specified array.

Notes

  • Returns 0 (null) for non-array types (numbers, strings, bools, etc.)

Snippet

Count Of(Global.variableName);

Properties

Returns: Integer
Parameters: Array

Array
Type: Array, Default: Global Variable
The array whose elements will be counted.

Workshop.codes