| |
SuryaReddy
Posts: 1
Score: 0
Joined: 12/25/2005
Status: offline
|
Hi All, I created a object using CreateObject function....... I could not use more than one instance of this object....... If i use second time I am getting object is not found message...... just go though following snippet Function hi() Public x x= CreateObject("something") End function I called like trhis: hi 'Calling function x.set "10" 'First instance of object x.Set "20" ////Here I am getting eror Any One Can!!!!!!!!!!!!!! Regards, Surya
|
|