|
|
 |
 |
 |
system.verbs.builtins.table.tableContains
This builtin fails if the address being tested does not exist.
Amended script :
| on tableContains (adrTable, adrItem) //4.2 |
| |
«10/4/04; 7:08:23 PM by JES |
| |
«Properly handle objects inside sub-tables which are not defined, rather than cause an error. Change suggested by DAB. |
| |
«2/12/98 at 3:14:52 PM by PBS |
| |
«10/31/97 at 1:25:00 PM by DW -- moved from toys.tableContains |
| |
adrTable = address (adrTable) |
| |
if not defined (nomad^) or typeOf (nomad^) != tableType //01/03/23, 14:22:48 by DAB |
| |
nomad = parentOf (nomad^) |
| «tablecontains(@scratchpad, @mainresponder.nosuchaddress) |
Relative to Frontier version 9.7b10
|