Gibt das letzte Element in list . Bei list Leer NoValue wird angezeigt.
last ( list As List ) As Any
Intent >last({ "a", "b", "c", "d"}) --> "d"
Intent >last({}) --> NoValue