R
Ryan Epinos
how would i convert this from vb6:
FindChar = vbLf
SourceSP = Len(SourceFile)
If Right(SourceFile, 1) <> FindChar Then
Do Until InStr(SourceSP, SourceFile, FindChar) > 0
SourceSP = SourceSP - 1
Loop
End If
Thanks a lot!
FindChar = vbLf
SourceSP = Len(SourceFile)
If Right(SourceFile, 1) <> FindChar Then
Do Until InStr(SourceSP, SourceFile, FindChar) > 0
SourceSP = SourceSP - 1
Loop
End If
Thanks a lot!
