home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-03-04 | 494 b | 12 lines | [TEXT/ttxt] |
-
- Verb table.emptyTable
- Syntax table.emptyTable (tableAdr)
- Parameters tableAdr is the address of a table that will be emptied.
- Action Deletes all objects contained in the table without confirmation.
- Returns The number of objects that were deleted.
- Examples table.emptyTable (@system.deskscripts)
- « 15 «there were 15 scripts in this table
- sizeof (system.deskscripts)
- « 0 «now there are none
- Notes This verb is useful when a suite is being imported and it wants to empty out a table of objects.
-