Menu

#2 arg was deprecated in Lua 5.1 and removed in Lua 5.2

open
nobody
None
5
2012-06-17
2012-06-17
No

When compiling against Lua 5.2, I receive errors related to the by now unknown arg keyword. In [1] the workaround
local arg = table.pack(...)
is suggested.

[1] http://stackoverflow.com/questions/9786051/getting-arg-to-work-in-a-varag-function-in-lua-5-2-integrated-in-delphi

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.