Why does this fail:
Local sTmp As String
Replace $CRLF With "|" In sTmp
But yet Tally(sTmp,$CRLF) returns 2
The string has two $CRLF's in it...
Is this a known issue?
------------------
Scott
Local sTmp As String
Replace $CRLF With "|" In sTmp
But yet Tally(sTmp,$CRLF) returns 2
The string has two $CRLF's in it...
Is this a known issue?
------------------
Scott
Comment