I have a table that contains the following:
Table1 = {1=[120999, 2014-12-14 22:06:44, 2014-12-14 22:26:44, item1, item2], 2=[120999, 2014-12-14 22:06:44, 2014-12-14 22:26:44, item1, item2]}
When I try and get length using #Table1 it comes back nil.
Any suggestions? Thanks