Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

ATAIL()

Returns the rightmost element of an array
---------------------------------------------------------------------------------

 Syntax

        ATAIL( <aArray> ) --> Element  

 Arguments

        <aArray>   is the array.    

 Returns

        <Element>   the expression of the last element in the array.    

 Description

      This function return the value of the last element in the array
      named <aArray>. This function does not alter the size of the  array
      or any of the subscript values.

 Examples

      LOCAL array:= {"Harbour", "is", "Supreme", "Power"}
      ? ATAIL(aArray)

Status

      Ready

 Compliance

      This function is CA Clipper compliant

 Files

      Library is vm



See Also: LEN() ARRAY() ASIZE() AADD()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson