Replacing Carriage Return & Line Feeds with Other Characters (128522)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft FoxPro for Windows 2.6a
This article was previously published under Q128522 SUMMARY
This article shows by example how to have a program process a file to
replace carriage returns and line feeds with a double dollar sign. You can
modify the code to use a character other than the double dollar sign by
replacing the double dollar sign ASCII value (CHR(36)) with some other
appropriate ASCII value. The code in this article also demonstrates how to
use low level file functions.
Modification Type: | Major | Last Reviewed: | 10/15/2003 |
---|
Keywords: | kbcode KB128522 |
---|
|