Sub StrRemove(xString As String, xStartIndex As Int, xCount As Int)
Dim s1 As String
Dim s2 As String
s1 = xString.SubString2(0, xStartIndex)
s2 = xString.SubString(xStartIndex + xCount)
Return (s1 & s2)
End Sub
I am using simultaneously HP Ipaq(Win mobile) and Sony reader(Android) for sending also date datas. Sorting is much easier with tics, but they are different in both versions.
Any suggestions how to equalize these in B4A to B4PPC?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.