Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml_RootNode is not defined #1

Open
skokovsergey opened this issue Oct 13, 2016 · 0 comments
Open

xml_RootNode is not defined #1

skokovsergey opened this issue Oct 13, 2016 · 0 comments

Comments

@skokovsergey
Copy link

Here is defined object with the same name as function name. So this cunstruction is not working xml_RootNode("parentNode").

Private Function xml_RootNode(xml_Node As Dictionary) As Dictionary
    Set xml_RootNode = xml_Node
    Do While Not xml_RootNode.Exists("parentNode")
        Set xml_RootNode = xml_RootNode("parentNode")
    Loop
End Function
@skokovsergey skokovsergey changed the title xml_RootNode is defined xml_RootNode is not defined Oct 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant