Re: Stumped: 0 "not a quantity"

Subject: Re: Stumped: 0 "not a quantity"
From: Chris Maden <crism@xxxxxxxxxxx>
Date: Mon, 26 Jul 1999 18:37:31 -0400 (EDT)
[Brandon Ibach]
> Quoting Chris Maden <crism@xxxxxxxxxxx>:
> > (let auths-loop
> >     ((auth-idx 0))
> >   (if (<= num-auths
> >           auth-idx)
> 
>    I think we need to see more code here.  I'd like to know more
> about num-auths, but I'd really like to see the rest of the (let)
> construct, as I suspect the initial assignment is fine, but a
> recursive call may assign something funky, which is causing this
> message.

You're absolutely right.  I was calling (auths-loop) with a node-list
as its parameter.  Duh.

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread