FISH Functions

The type specifiers used in the FISH function signatures are given in the “FISH Type Index” section.

Table Utilities

table(INT/STR/TAB_PNT,FLT) Get/set a table entry.
table.clear(INT/STR/TAB_PNT) Clear a table.
table.create(INT/STR) Create an empty table.
table.delete(INT/STR/TAB_PNT) Delete a table.
table.find(INT/STR) Find a table.
table.get(INT/STR) Get a table.
table.id(INT/STR/TAB_PNT) Get the table ID.
table.label(INT/STR/TAB_PNT) Get/set the table label.
table.name(INT/STR/TAB_PNT) Get the table name.
table.size(INT/STR/TAB_PNT) Get the table size.
table.value(INT/STR/TAB_PNT,INT) Get/set a table entry.
table.x(INT/STR/TAB_PNT,INT) Get/set the x -value of a table entry.
table.y(INT/STR/TAB_PNT,INT) Get/set the y -value of a table entry.