Continually Improving.... let us know how support@devdiamond.net Sign in | Sign up
home articles news blog forum  

 
 


 
Skip Navigation LinksHome > Forum > Objects, Properties........
 
Summary :

Views : 0
Published : Tuesday, March 16, 2004
By
HyperLink



OK

When I create an object I have to
1. Create a variable to hold the reference.
2. Create the object:
Set objTelephone = Server.CreateObject("MyTelephone.Telephone")

I know that the ("MyTelephone.Telephone") is the object ID.

My question is what do I call the parts that make up the object ID?