Hi,
I followed the tutorial at this address
https://www.b4x.com/android/forum/threads/string-functions.10365/
Copy the StringFunctions.jar and StringFunctions.xml to the Extra Libraries folder.
I copied them to my "ANDROID LIBRERIE" folder
In "Configure Paths" I have : additional library: C:\ANDROID LIBRERIE
I wrote this code:
but "sf" is in red and writes "Are you missing a library reference?
What did I forget?
Thanks
I followed the tutorial at this address
https://www.b4x.com/android/forum/threads/string-functions.10365/
Copy the StringFunctions.jar and StringFunctions.xml to the Extra Libraries folder.
I copied them to my "ANDROID LIBRERIE" folder
In "Configure Paths" I have : additional library: C:\ANDROID LIBRERIE
I wrote this code:
B4X:
Sub Globals
Dim sf As StringFunctions
sf.Initialize
End Sub
but "sf" is in red and writes "Are you missing a library reference?
What did I forget?
Thanks