B4J Question [BANano] {anycommand} is not supported in BANanoElement

Kiffi

Well-Known Member
Licensed User
Longtime User
Hello,

with this simple code-snippet...
B4X:
Sub GetElement(ID As String) As BANanoElement
    ID = ID.ToLowerCase
    Return BANano.GetElement(ID)
End Sub
... i get the following Error:
ERROR 29: [Demo2,getelement, around line: 51] tolowercase is not supported in BANanoElement!

Thanks in advance & Greetings ... Peter
 
Top