@Art, and in general
[chuckles]
The problem wasnt in the namefunctions module, thats why I couldnt reproduce the error. And when I tried entering the text on the production server, I only tried adding the carriage return at the end of the entire block. When I saw the screen shots I knew what was happening. I didnt understand that you meant that you were using carriage returns after each line. I had just changed the way the pre-processor handles linefeeds by causing them to be replaced with NULL rather than SPACE. The was to facilitate changes I had made when addressing how the pre-processor deals with multiple spaces. What was happening was the last word in the sentence was in effect being concatenated with the first word in the next sentence.
So
My name is art
yes
an asteroid was supposed to pass very close by the earth
became
my name is artyesan asteroid was supposed to pass very close by the earth
So Ive fixed the problem and will upload it tomorrow.
Ive said it before, Ill say it again. 5 minutes of Beta testing will uncover more than 6 months of debugging!
Thanks!
Vince