scsh-users
[Top] [All Lists]

Re: help with an Scheme function

To: scsh-news@zurich.ai.mit.edu
Subject: Re: help with an Scheme function
From: Friedrich Dominicus <frido@q-software-solutions.com>
Date: 17 Dec 2002 07:58:33 +0100
Organization: Q Software Solutions GmbH
stebi@luxwg.de (Stebi) writes:

> Hi there
> 
> I need a function that does the following:
> 
> (find-list '(1 2 3) '(1 2 3 4 5 1 2 3 4 5 1 2 99))
> => (0 5)
> 
> 
> it is a function that searches the position of the sublist in this
> case '(1 2 3) in the entire list ???
> 
> I'm trying to write that function now for several hours, but I don't
> get a result
> 
> so can please somebody help me????
Where's your code? What does not work as intended?

Regards
Friedrich

<Prev in Thread] Current Thread [Next in Thread>