X = UBound(Split(antwort, Chr(10)))
For
I = 0
To
X - 1
If
InStr(Split(antwort, Chr(10))(I),
"info-container"
) > 0
Then
Ergebnis = Replace(Split(antwort, Chr(10))(I),
""
,
""
)
Y = UBound(Split(Ergebnis,
"<span"
))
Ergebnis2 = Replace(Split(Ergebnis,
">"
)(Y - 1),
"Aufrufe</span>"
,
""
) * 1
End
If
Next
I