[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxuum::document_ft

Title:DOCUMENT T1.0
Notice:**New notesfile (DOCUMENT.NOTE) now available (see note 897)**
Moderator:CLOSET::ADLER
Created:Mon Feb 09 1987
Last Modified:Thu Oct 31 1991
Last Successful Update:Fri Jun 06 1997
Number of topics:897
Total number of notes:4397

850.0. "Can I avoid hard reference to <le>?" by OILCAN::KEEFE () Tue Aug 25 1987 15:56

    I'm using a numbered list for a small troubleshooting procedure.
    It resembles a flowchart in words. It looks like this:
    
    To fix the RA99, do the following:
    <list>(numbered)                           unwanted hard reference         
    <le>Do this.                                             |
    <le>Then do this.                                        v
    <le>Then do the other. If the drive explodes, go to step 7. If it
        doesn't, go to the next step.
    <le>Boil the heads in wax.
    <le>Escalate the call.
    <le>Close this manual and go home.
    <le>Collect the pieces, and place them in an antistatic bag.
    <le>Take the pieces back to the depot and exchange them for valuable
        coupons.
    <endlist>
                             
    Is there a way to avoid the hard reference? Since I can't see what the 
    steps are until after processing, and I'm still fiddling around with
    the steps, it would be nice to assign a symbol-name to the list element.
   
    Neil
T.RTitleUserPersonal
Name
DateLines
850.1wishlist itemCLOSET::ANKLAMTue Aug 25 1987 16:287
    
    That is a good item for the wishlist. There is no way to do it
    in V1.0 because symbol definitions occur during pass1, but the
    actual numbers aren't calculated for list elements until during
    pass 2.
    
    -patti
850.2another wishlist item for the symbol table.VAXUUM::KOHLBRENNERTue Aug 25 1987 16:3213
    You can't associate a symbol with these numbered items,
    unfortunately.  So you either have to hardcode the "7",
    or give that item some kind of visible "label," such as
    
    <le>POST-EXPLOSION: Gather up the pieces and place them ....
    
    then you could write the reference as:
    
    ... continue at the step labeled POST-EXPLOSION.
    
    Not very elegant, when the step already has a number...
    
    bill