Return the maximum value stored in a table from an associated table-handle variable.
maxval = tablemax(table_handle)
tablemax returns the maximum 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 = tablemax(table) // returns 8.07
maketable, modtable, makefilter, makeconverter, plottable, dumptable, tablemin, tablelen