SUBROUTINE NEWLINE
INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Newlines", "", "", "", "")
TEXT = "Twinkle, Twinkle Little Star"
CALL RWS_HEADING(TEXT, 3, "")
CALL RW_PUT(TEXT)
CALL RW_START_PARA("", "")
CALL RW_PUT("Twinkle, twinkle little star.")
CALL RW_NEWLINE
CALL RW_PUT("How I wonder what you are.")
CALL RW_NEWLINE
CALL RW_PUT("Up above the world so high")
CALL RW_NEWLINE
CALL RW_PUT("Like a diamond in the sky.")
CALL RW_NEWLINE
CALL RW_PUT("Twinkle, twinkle little star.")
CALL RW_NEWLINE
CALL RW_PUT("How I wonder what you are.")
CALL RW_NEWLINES(2)
CALL RW_PUT("When the blazing sun has gone;")
CALL RW_NEWLINE
CALL RW_PUT("When he nothing shines upon;")
CALL RW_NEWLINE
CALL RW_PUT("Then you show your little light.")
CALL RW_NEWLINE
CALL RW_PUT("Twinkle, twinkle all the night.")
CALL RW_NEWLINE
CALL RW_PUT("Twinkle, twinkle little star.")
CALL RW_NEWLINE
CALL RW_PUT("How I wonder what you are.")
CALL RW_END_PARA
CALL RW_END_PAGE
RETURN
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="Reality">
<TITLE>Newlines</TITLE>
</HEAD>
<BODY>
<H3>
Twinkle, Twinkle Little Star
</H3>
<P>
Twinkle, twinkle little star.
<BR>
How I wonder what you are.
<BR>
Up above the world so high
<BR>
Like a diamond in the sky.
<BR>
Twinkle, twinkle little star.
<BR>
How I wonder what you are.
<BR>
<BR>
When the blazing sun has gone;
<BR>
When he nothing shines upon;
<BR>
Then you show your little light.
<BR>
Twinkle, twinkle all the night.
<BR>
Twinkle, twinkle little star.
<BR>
How I wonder what you are.
</P>
</BODY>
</HTML>
NEC welcomes your feedback on our documentation.
If you have any comments about the current Reality Help, or want something to be added in a future revision, please contact your NEC Helpdesk.
If your comment relates to this particular Help topic, remember to include the following information:
Product:
|
RealityVersion 15.5
|
Help revision:
|
Revision 0
|
Help topic:
|
NEWLINE Example (RealWeb)
|
File name:
|
NEWLINE.htm
|