SUBROUTINE ULIST4
     INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Buying a Puppy", "", "", "", "")
CALL RW_PUT("When choosing your puppy, you should ask the breeder")
CALL RW_NEWLINES(2)
     LIST=""
     BUF="to see copies of health clearances for both parents"
CALL RWS_LIST_ITEM(BUF,"")
     LIST=LIST:BUF
     BUF="what guarantees are given about the puppy's health?"
CALL RWS_LIST_ITEM(BUF,"")
     LIST=LIST:BUF
     BUF="is follow-up help and advice available?"
CALL RWS_LIST_ITEM(BUF,"")
     LIST=LIST:BUF
     BUF="are all puppies fully registered?"
CALL RWS_LIST_ITEM(BUF,"")
     LIST=LIST:BUF
CALL RWS_ULIST(LIST,"")
CALL RW_PUT(LIST)
CALL RW_END_PAGE
RETURN 
            
             HTML
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>Buying a Puppy</TITLE>
</HEAD>
<BODY>
When choosing your puppy, you should ask the breeder
<BR>
<BR>
<UL>
<LI>to see copies of health clearances for both parents
<LI>what guarantees are given about the puppy's health?
<LI>is follow-up help and advice available?
<LI>are all puppies fully registered?
</UL>
</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.4
                                 | 
                        
                            | Help revision: | Revision 0
                                 | 
                        
                            | Help topic: | RWS_LIST_ITEM Example (RealWeb)
                                 | 
                        
                            | File name: | ULIST2.htm
                                 |