Gibt das letzte Element in der Liste zurück. Wenn die Liste leer ist, wird NoValue zurückgegeben.
last ( list As List ) As Any
Argument | Typ | Beschreibung |
---|---|---|
List | Liste | Original liste |
Intent >last({ "a", "b", "c", "d"}) --> "d"
Intent >last({}) --> NoValue