Index
Tables

:!: Available in version 1.3 and later.

GetTableCount

GetTableCount(<-table) ->count

Description

Returns the number of keys (and hence values) in a table.

Examples

"a" 1 "b" 2 "c" 3 table ->t
Trace(GetTableCount(<-t)) 

Index