• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved How to get how many values is in table.

Nothxbye

Banned User
Joined
Jan 22, 2012
Messages
1,124
Reaction score
174
Hello,
I want to get how many values is in this table.

local tbl = {43,35,88,546,546}

wanted result is 5 because 5 values in table how to get it?
 
Last edited:
No, no, You get me wrong xD, i mean something like this

I want to get how many values is in this table.

local tbl = {43,35,88,546,546}


wanted result is 5 because 5 values in table. I made bad example sorry

now you understand?
 
Last edited:
Back
Top