Hi,

I've the following code..

(define FullList '(
(define f1 '((name (George))
                   (address (Kalavrytwn))
                   (phone 2103333333)))
(define f2 '((name (Spyros))
                   (address (Stadiou))
                   (phone 2102222222)))


Question: How i can make a function to take as parameters the list, phone
and search if the phone number exists. Also i want to display the name of
the phone number owner.

Thanks in advance,

Sorry for my bad english!!!! 
-- 
View this message in context: 
http://old.nabble.com/how-to-search-a-string-in-lists-tp33997816p33997816.html
Sent from the Gnu - MIT Scheme - Users mailing list archive at Nabble.com.


_______________________________________________
MIT-Scheme-users mailing list
MIT-Scheme-users@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-users

Reply via email to