How do I get the highest integer in a table in Lua?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||||||
|
|
A generic function for achieving this:
Which is used like this:
|
|||
|
|
|
|||
|
|
|
If your table is an array (only numeric indices >0) then use table.sort and take Other approach would be like this
|
|||||||||||||
|
|
Lua comes with a function to get the highest integer key if thats what you wanted...
|
|||
|
|