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