F
Frank
Hello all,
is there a more efficient way to do the next replace?
For i = 0 To arrMsg .GetUpperBound(0)
arrMsg (i) = arrMsg (i).ToString.Replace(vbCr, "")
Next i
Thanx
is there a more efficient way to do the next replace?
For i = 0 To arrMsg .GetUpperBound(0)
arrMsg (i) = arrMsg (i).ToString.Replace(vbCr, "")
Next i
Thanx