P
Paul M
hi there,
i have some code which in VB6, worked fine, but in VB.NET does not match the
following:
If Mid(sBuffer, nI, 2) = vbCrLf Then
the MID string returns the 2 squares that resemble VbCrlF, and when i put
both variables into the watch window, they return the same string, but the
match returns FALSE.
Any help appreciated,
Paul.
i have some code which in VB6, worked fine, but in VB.NET does not match the
following:
If Mid(sBuffer, nI, 2) = vbCrLf Then
the MID string returns the 2 squares that resemble VbCrlF, and when i put
both variables into the watch window, they return the same string, but the
match returns FALSE.
Any help appreciated,
Paul.