Function ATail() Foundation
Retrieves the contents of the last element in an array.
ATail( <aArray> ) --> xValue
The return value of ATail() is the contents of the last element in the array.
The array function ATail() returns the contents of the last element in an array. The function serves as an abbreviation for the expression <aArray>[Len(<aArray>)].
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.