Android Question String functions B4A

Mina Magdy

New Member
Licensed User
I am a VB.net programmer for many years and few days ago a bought my licence for B4A.
i am trying to use the string manipulation function (the Mid function to be exact).

I added the library files in the extra libraries folder and from the libraries Manager i added StringFunction v 1.05.

Then I added this Code

Sub Globals

Dim SF As StringFunctions
SF.Initialize

End Sub

now when i use the Mid function it gives as error (Undeclared variable "mid" is used before it was assigned to any value).

what am i missing here??
 
Top