| 1 |
0 |
817 |
| answers |
votes |
views |
I have table: {1,2,3,4,5,7,9}
How to know that 5 is in this table? (for example)
...
| 1 |
0 |
918 |
| answers |
votes |
views |
ex.teamlists{
1={1,3,4}
2={2,6}
3={5,9,10}
4={7,8}
}
First, is this possible?
Second, how do you call...
Adware
5
2010-05-31 14:04:54.024281
| 5 |
0 |
983 |
| answers |
votes |
views |
Does lua have a function which returns the lenght of a table?
...