list question



Hi,
  Is there built-in maxima function which returns a sublist of a given
  list from a certain index to another one?

I saw the 'sublist' command, but it requires a certain predicate to be
true.

What I want is given by the simple function

my_sublist(list,i,j):= makelist(list[k],k,i,j)$

Is there something which is already there which does this?

I found such things for matrices.

TIA,
  -sen

-- 
  ---------------------------------------------------------------------------
  | Sheldon E. Newhouse            |    e-mail: sen1 at math.msu.edu           |
  | Mathematics Department         |       				   |
  | Michigan State University      | telephone: 517-355-9684                |
  | E. Lansing, MI 48824-1027 USA  |       FAX: 517-432-1562                |
  ---------------------------------------------------------------------------