ipfc.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
:spotref.
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
 :spotref refid=label.
 
The :spotref tag creates a reference to a spot. The reference is linked to
the text specified by the preceding :hpt tag. The system displays the spot
identified by the label value whenever the user clicks on or chooses the
text.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
refid      Identifies the spot to display. The label value must be the label
           that uniquely identifies the spot and must be the label given in
           the id parameter of a :spot tag.
 
Example
 
This example uses the :spotref tag to create a reference to the spot labeled
"syntax":
 
    Use the :hpt.target parameter:ehpt.:spotref refid=syntax.
    in the :hp2.Copy:ehp2. command.
 
See Also
 
 :hpt, :spot
 
                                      ♦