Return the minimum value stored in a table from an associated table-handle variable.
minval = tablemin(table_handle)
tablemin returns the minimum float value found in the table from the table_handle variable. table_handle is instantiated using the maketable scorefile command.
table_handle
The table-handle identifier for the table.
table = maketable("literal", "nonorm", 0, 8.00, 8.02, 8.03, 8.05, 8.07)
maxvalue = tablemin(table) // returns 8.00
maketable, modtable, makefilter, makeconverter, plottable, dumptable, tablemax, tablelen