Veröffentlicht 4. Oktober 200519 j mein horror VB6.0 meie aufgabe: sub ReplaceStr (ByRef text$, ByRef replace$, ByVal pos&) As String meine lösung bis jetzt:Function ReplaceStr(ByRef replace$, ByRef text$, ByVal pos&) As String End Function Dim retwert As String Dim i As Long, wordcount As Long Dim flag As Boolean flag = True For i = 1 To Len(text) If (Mid(text, i, 1) = " ") Or (i = Len(text)) Then If (flag = False) Then wordcount = wordcount + 1 flag = True End If Else If (wordcount + 1 = num) Then retwert = retwert & Mid(text, i, 1) End If flag = False End If Next i ReplaceStr = retwert aber ich komm nimmer weiter und checks nimmer kann mir jemand die lösung für das wahrscheinlich kinderproblem....danke :nett:
5. Oktober 200519 j Was genau ist die Aufgabe? ...und vor allem, um was gehts :confused: :confused: :confused:
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.