| I've created one function that iterates over a table, and returns a correct results, but as with all iteration functions, it's followed by nil. A second function takes the results from the above function, but I get an error: "list-ref: expects type <non-negative exact integer> as 2nd argument, given: nil;...." I am assuming the 'nil' is being passed in as well...when it shouldn't be.. Can I suppress this?
Thanks,
T. |