Hey there all
I have a table
I want to loop throw the [] returns but there not in number order but they are numbers
and they don't have some numbers in it
like 4,7,12,89
I also need to return that number
so when I loop throw
the x is the index but does it just loop throw them and will x but the name or will it just be a number count?
I have a table
Code:
TableName.Subtable = { [4] = { Name = '', Sec = '' }, [89] = { Name = '', Sec = '' }
and they don't have some numbers in it
like 4,7,12,89
I also need to return that number
so when I loop throw
Code:
for x, j in pairs() do end
Comment