Talk:Table.size: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Feel this function is unnecessary.)
 
No edit summary
Line 1: Line 1:
What about using the builtin lua function:
What about using the builtin lua function:
table.getn(table)
table.getn(table)


or the length operator:
or the length operator:
#table
 
<nowiki>#table</nowiki>
 
--[[User:Subenji99|Subenji99]] 06:54, 13 July 2009 (CEST)

Revision as of 04:54, 13 July 2009

What about using the builtin lua function:

table.getn(table)

or the length operator:

#table

--Subenji99 06:54, 13 July 2009 (CEST)