ArrayLast

Description

Gets the last element from an array.

Returns

The last array element.

Syntax

ArrayLast(array)

Category

History

ColdFusion (2018 release): Added this function.

Parameters

Parameter

Req/Opt

Description

Array

Required

The input array from which the last element is to be displayed.

See also

Example

<cfscript>
 animals = ['cat','dog','fish','bison'];
 lastAnimal=ArrayLast(animals);
 writeOutput("The last element of the array is: " & lastAnimal); // returns "bison"
</cfscript>

 Adobe

קבל עזרה במהירות ובקלות

משתמש חדש?

‎‎Adobe MAX 2024

Adobe MAX
כנס היצירתיות

14-16 באוקטובר, מיאמי ביץ', ובאינטרנט

Adobe MAX

כנס היצירתיות

14-16 באוקטובר, מיאמי ביץ', ובאינטרנט

‎‎Adobe MAX 2024

Adobe MAX
כנס היצירתיות

14-16 באוקטובר, מיאמי ביץ', ובאינטרנט

Adobe MAX

כנס היצירתיות

14-16 באוקטובר, מיאמי ביץ', ובאינטרנט