BCX COM Interface
BCX_GET_COM_ERROR_DESC$ function
Purpose: BCX_GET_COM_ERROR_DESC$
returns a descriptive string associated with the latest COM
error.
Syntax: RetStr$ = BCX_GET_COM_ERROR_DESC$ Parameters:
Return Value:
|
Example:
CLSDIMappASOBJECT app=CREATEOBJECT("HeyDoofus.ThisIsWrong")IFBCX_COM_ERRORTHENBCX_GET_COM_ERROR_DESC$ENDENDIFSETapp=NOTHING' remmember to call Set xxx = Nothing to release resources used by COM object!!!KEYPRESS
For more examples of the BCX COM functions see the COM folder in the Files section of the BCX Group on Yahoo.
Related topics: Object data type definition | BCX_GET_COM_ERROR_CODE | List of all COM Interface Functions