B4J Question [SOLVED] [BANanoVuetifyAD] : Error Compile

serro efe

Member
Licensed User
Longtime User
@Mashiane
When I try to compile Example 37 I get an error.
Error description: Unknown member: delete
Error occurred on line: 1964
data.Delete (key)

There is still an error while compiling the library.
Error code:
Sub RemoveData (key As String)

key = key.ToLowerCase

data.Delete (key) 'this line caused the error

End Sub
 

serro efe

Member
Licensed User
Longtime User
Example 37 should have shipped with version 2.64. i'm uploading the latest library files. It appears as BANano 5.10, BANanoVuetifyAD 2.64 in my library list. I may be overlooking what I did wrong.
 
Upvote 0
Top