Re: Help with Conversion Function (Using Recursion)
- Posted by "C. K. Lester" <cklester at yahoo.com> Jan 30, 2002
- 414 views
Even as I consider it now, it doesn't seem like it would work. Don't I have to append or & some stuff together if it's a sequence? Anyway, I'm not at home where I have all my code, so it'll have to wait. > > elsif sequence(x) > > callthesamefunction(x) > > end if > > > > =) > > You know what? That's what I had initially, but my brain was malfunctioning > (it was late) and I couldn't perceive that would actually be the solution. > Nor did I think to actually TEST it... :) > > Thanks, pampeano! :) > > >