SUBROUTINE NUMLIST2
INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Oven Timer", "", "", "", "")
CALL RW_PUT("To set the oven timer:")
CALL RW_NEWLINES(2)
LIST=""
BUF="Turn the dial to the left of the clock from MAN to AUTO"
CALL RWS_LIST_ITEM(BUF,"")
LIST=LIST:BUF
BUF="Advance the clock to the required start time and press the START button"
CALL RWS_LIST_ITEM(BUF,"")
LIST=LIST:BUF
BUF="Advance the clock to the required finish time and press the END button"
CALL RWS_LIST_ITEM(BUF,"")
LIST=LIST:BUF
BUF="Set the oven to the required temperature"
CALL RWS_LIST_ITEM(BUF,"")
LIST=LIST:BUF
CALL RWS_OLIST(LIST,"")
CALL RW_PUT(LIST)
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>Oven Timer</TITLE>
</HEAD>
<BODY>
To set the oven timer:
<BR>
<BR>
<OL>
<LI>Turn the dial to the left of the clock from MAN to AUTO
<LI>Advance the clock to the required start time and press the START button
<LI>Advance the clock to the required finish time and press the END button
<LI>Set the oven to the required temperature
</OL>
</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:
|
RWS_OLIST Example (RealWeb)
|
File name:
|
NUMLIST2.htm
|