lua-users home
lua-l archive

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


Why was the packed option ("p") in call deprecated? 

Is there any way to reimplement it, maype a pack function?

I tried something, passing the arguments to the stack and packing it, but 
,sometimes, my stack isn´t clean. I use packed return mainly in strfind, 
deleting begin & end results and assigning the results in other table.

-- Pablo