IsIdentifierValid Method
Object List Next Object
Defined By: ObjectTools
Description:
Determines whether or not an identifier is Valid.
Declaration:
Function IsIdentifierValid(ByVal idName As String)As Long
Details:
IDName is the identifier you want to check. IsIdentifierValid returns -1 (True) if
the identifier is valid for use, and 0 (False) if it is not.