Posts by Iran • 9 points
1 post
-
0
votes2
answers433
viewsA: Function to clear html
I use the following Vb.net code: Public Function limpaHTML_Recursiva(ByVal sTexto As String, ByVal j As Integer) As String If j = 0 Then Return sTexto End If Dim i As Integer = 0 i = InStr(sTexto,…