Hi there,
i have problem with String CharAt method in my app.
my code:
Dim sText as String = " <b> "
If sText.CharAt(i) = "<" Then
If sText.SubString2(0,i) <> "" Then
Log(sText.SubString2(0,i))
End If
End If
error:
how i can fix this error?!
tnx a lot