M626
Programmer
- Mar 13, 2002
- 299
I am using this to search a text file, how can I replace that with currTime:
If InStr(1, (Mid(sData, 32, 1)), "0", vbBinaryCompare) Then
'Replace the 0 with current Time
End If
If InStr(1, (Mid(sData, 32, 1)), "0", vbBinaryCompare) Then
'Replace the 0 with current Time
End If