Hi,
Can someone tell me how can I see the list of properties and methods from, for exemple, the XML DOM?
For instance, if I make:
Set doc = XmlIsland.XMLDocument
Set rootNode = doc.documentElement ---> when I make "doc." shouldn´t I see the list of properties and methodos of the doc object?
Thank you
Can someone tell me how can I see the list of properties and methods from, for exemple, the XML DOM?
For instance, if I make:
Set doc = XmlIsland.XMLDocument
Set rootNode = doc.documentElement ---> when I make "doc." shouldn´t I see the list of properties and methodos of the doc object?
Thank you