#define CRLF CHR(13)+CHR(10)
*** Prepare test file
TEXT TO lcTest NOSHOW
The jury said it found the court "has incorporated
into its operating procedures the recommendations" of
two previous grand juries, the Atlanta Bar Association
and an interim citizens committee.
"These actions should serve to protect in fact and in effect the
court's wards from undue costs and its appointed and
elected servants from unmeritorious criticisms",
the jury said.
ENDTEXT
STRTOFILE(lcTest,[Test.TXT])
lcFile = FILETOSTR([Test.TXT])
lcNewFile = STRTRAN(lcFile, CRLF, [])
lcNewFile = STRTRAN(lcNewFile, [.], [.]+CRLF)
STRTOFILE(lcNewFile, [NewFile.TXT])
MODI FILE NewFile.TXT