Word 1 to -1 Truncating Entire Paragraphs?

2005-11-11 Thread Sivakatirswami
I am using a routine discuss on this list sometime back to kill vertical white space (extra cr's) at the beginning and end of a large text chunk.. put word 1 to -1 of fld transcript into tFinalTranscript But this is suddenly chopping off whole paragraphs and chars at the end of the file.

Re: Word 1 to -1 Truncating Entire Paragraphs?

2005-11-11 Thread Dan Shafer
There may be a clue in the fact that it chops at the first comma. Perhaps that's set as a delimiter somewhere? Dan On Nov 11, 2005, at 11:57 AM, Sivakatirswami wrote: I am using a routine discuss on this list sometime back to kill vertical white space (extra cr's) at the beginning and end

Re: Word 1 to -1 Truncating Entire Paragraphs?

2005-11-11 Thread J. Landman Gay
Sivakatirswami wrote: I am using a routine discuss on this list sometime back to kill vertical white space (extra cr's) at the beginning and end of a large text chunk.. put word 1 to -1 of fld transcript into tFinalTranscript But this is suddenly chopping off whole paragraphs and chars at

Re: Word 1 to -1 Truncating Entire Paragraphs?

2005-11-11 Thread Ken Ray
On 11/11/05 1:57 PM, Sivakatirswami [EMAIL PROTECTED] wrote: I have test this by simply commenting out this line: -- put word 1 to -1 of fld transcript into tFinalTranscript put fld transcript into tFinalTranscript and the entire transcript is delivered to the variable.. it's

Re: Word 1 to -1 Truncating Entire Paragraphs?

2005-11-11 Thread Sivakatirswami
There are commas in the text that is chopped off, so it's not a delimiter issue. I don't have time to debug it and on the WHEW (WHatEverWorks) principle I'll just use this function which *does* work on the same text chunk. I don't think the extra CPU time is an issue. (except to nano