lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Are you talking about the Lua stack or the capture stack? When I run
> your script pushcapture is called only once, and prints "15", but this
> 15 is how many values are in the Lua stack, not the capture stack. Is
> this value >9000 in your other test?
>

Sorry for the ambiguity.  I'm talking about the Lua stack.  It goes
>9000 for a more serious production level test.  I was probably
confusing terms in my original post as I'm not totally clear what's
going on.  The error I get talks about too many captures, which is why
I mentioned that word so much, but yes I do mean the Lua stack.

wes