~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#tables| 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)) <=[[4rpl:start| Index]]