⇐ Index
⇐ Tables
GetTableValues
GetTableValues(<-table) ->valuesList
Description
Returns a list containing the values of the specified table.
Examples
TableN("Key0" "Val0" "Key1" "Val1" "Key2" "Val2" 3) ->table
Trace (<-table)
GetTablevalues (<-table) ->values
Trace (<-values)
⇐ Index