Workshop.codes
Create

First Of Last updated November 26, 2024

Description

The value at the start of the specified array. Results in 0 if the specified array is empty.

Snippet

First Of(Global.variableName);

Properties

Returns: Object | Array
Parameters: Array

Array
Type: Array, Default: Global Variable
The array from which the value is acquired.

Workshop.codes