dbIsId
dbIsId(
d_id
)
=> t / nil
Description
Specifies whether the argument is a valid database object ID.
Arguments
Value Returned
|
The argument is a valid database object ID in the current session. |
|
|
The argument is an invalid database object ID in the current session. |
Examples
dbIsId( instID )
Related Topics
Return to top