table.inGuestDatabase
| Syntax |
table.inGuestDatabase (adr)
|
| Params |
adr is the address of some object.
|
| Action |
Determine whether the address points to an object contained in a guest database.
|
| Returns |
True if the address points to a GDB-based object, false if not.
|
| Examples |
table.inGuestDatabase (@["C:\\Palm Springs\\Websites\\davenet.root"].["97"].["05"].Programmers) » true
table.inGuestDatabase (this) //a very likely use of this verb
table.inGuestDatabase (@suites) //it's in Frontier.root
table.inGuestDatabase (@doesNotExist)
|
| Notes |
This verb is implemented as a script. Created Tue, Sep 29, 1998 at 4:52:15 PM by PBS.
|