Table Verbs
table.assign (addr, val)
table.copy (sourceAddr, destAddr)
table.copyContents (addr1, addr2)
table.emptyTable (tableAddr)
table.getCursor ()
table.getCursorAddress ()
table.getRootAddress (adr)
table.go (dir, count)
table.goto (row)
table.gotoAddress (addr)
table.gotoName (name)
table.inGuestDatabase (adr)
table.move (addr1, addr2)
table.moveAndRename (addr1, addr2)
table.moveContents (addr1, addr2)
table.promptNewItem (name, type)
table.rename (addr, name)
table.sortBy (column)
table.sureDatabaseOpen (adr)
table.surePath (path)
table.uniqueName (prefix, tableAddr)
table.validate (addrTable)
table.visit (addr, visitproc)
table.visitOpenDatabases (adrvisitproc)
|