  length
  Builtin Function



      SSyynnooppssiiss
        Return the length of an object.

      SSyynnttaaxx
        length ( _A )

      DDeessccrriippttiioonn
        The length function returns the length of vector _A. It is
        equivalent to max (size (A)), when _A is numeric.

        To summarize:



        NNUUMMEERRIICC::
           max (size (A))


        SSTTRRIINNGG::
           number of characters in a string.


        LLIISSTT::
           number of elements in list.



     SSeeee AAllssoo
        show, size
































