Hello,
with this simple code-snippet...
Sub GetElement(ID As String) As BANanoElement
ID = ID.ToLowerCase
Return BANano.GetElement(ID)
End Sub
... i get the following Error:
Thanks in advance & Greetings ... Peter
Hello,
i'm not sure if this is a bug:
Dim myBANanoElement As BANanoElement
myBANanoElement = BANano.GetElement("body")
Log(myBANanoElement) ' -> body-Element (correct)
myBANanoElement = BANano.GetElement("body").Append($"<div></div>"$)
Log(myBANanoElement) ' -> also body-Element...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.