Hallo
ich habe ein Problem it StringReplace.
Beispiel:
$text = "test..................test"
$instr = StringInStr ($text,"test",2,2)
$mid = StringMid ($text,$instr,5)
MsgBox (0,"",$mid)
$text = StringReplace ($text,$mid,"lol")
MsgBox (0,"",$text)
Ich will mit StringReplace nur das ändern was $mid gefunden hat nichts anderes.
Wie krige ich das hin?