Purpose
Returns the numeric object identifier for the current object.
Object identifiers are only good as long as the object is open. They are not unique to a given object on subsequent opens.
Syntax
ServerFile.ObjID
Example
Dim sf as ServerFile
Debug sf.ObjID
|