Search This Blog

Friday, July 30, 2010

Creating Objects

To create user defined objects and give them properties that you want

Myobj = Description.Create()
Myobj("Attachedtext").Value = "Agent"
Myobj("htmltag").Value = "A"

The object is now created. Now let us see how we can use this object in our script
Dialog(" ").WinEdit(Myobject).Set "Name"

No comments:

Post a Comment