Workshop.codes
Create

Last Of Last updated November 26, 2024

Description

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

Snippet

Last 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