⇐ Index ⇐ Tables
Available in version 1.3 and later.
GetTableCount(<-table) ->count
Returns the number of keys (and hence values) in a table.
"a" 1 "b" 2 "c" 3 table ->t Trace(GetTableCount(<-t))
⇐ Index