I am using the StringFunctions Library (Version 1.05) to get the Length of a Text String as follows:
I have:
For some reason, the "Len" function is not recognised and is highlighted RED.
I have StringFunctions (version: 1.05) in my Libraries Manager.
B4X:
Dim MyZone As String
Dim MyLen As Long
MyZone = "This is a Test"
MyLen = Len(MyZone)
I have:
B4X:
Sub Process_Globals
Dim sf As StringFunctions
sf.Initialize
End Sub
For some reason, the "Len" function is not recognised and is highlighted RED.
I have StringFunctions (version: 1.05) in my Libraries Manager.