Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [PaulW] [code]

Quote Reply
Re: [PaulW] [code] In reply to
When you put a a carriage return in, there are no characters on that line. If you put a space on that blank line, or a . or any character the system will interpret it as a blank line. If you just leave it without any characters on it, the system will chew up the blank line and not output it correctly.

You'll find this in a lot of places on the web. The most visually obvious way to overcome this is to put a period as the first character of any blank line, i.e.:

Code:
this is 1st line
.
second line after CR/period.
.
and again. now looks what happens when I CR but no period or no character
on that line?

this should be a new line but it won't be interpreted because the blank line
above does not have any characters on it. If I would of simply entered a space it would of interepted it.

Just like that one now.

Do you get what I'm trying to say?

- wil
Subject Author Views Date
Thread [code] Paul 3162 Nov 21, 2001, 2:55 PM
Thread Re: [PaulW] [code]
Wil 3044 Nov 21, 2001, 2:59 PM
Thread Re: [Wil] [code]
Paul 3029 Nov 21, 2001, 4:45 PM
Thread Re: [PaulW] [code]
Wil 3034 Nov 22, 2001, 1:22 AM
Thread Re: [Wil] [code]
Jagerman 3015 Nov 26, 2001, 2:19 PM
Post Re: [jagerman] [code]
Paul 3004 Nov 26, 2001, 3:41 PM
Post Re: [jagerman] [code]
Wil 2987 Nov 27, 2001, 1:59 AM