Cicode Programming Reference > Cicode Function Categories > ActiveX Objects Introduction > ObjectToStr

ObjectToStr

Converts an object handle to a string.

Syntax

ObjectToStr(hObject)

hObject:

The handle for the object (as returned by the ObjectByName() function).

Return Value

A string containing the converted object handle

Related Functions

ObjectByName, CreateObject, CreateControlObject

See Also

ActiveX Functions